aboutsummaryrefslogtreecommitdiff
path: root/www/ungoogled-chromium/files/patch-components_enterprise_watermarking_watermark.cc
diff options
context:
space:
mode:
Diffstat (limited to 'www/ungoogled-chromium/files/patch-components_enterprise_watermarking_watermark.cc')
-rw-r--r--www/ungoogled-chromium/files/patch-components_enterprise_watermarking_watermark.cc6
1 files changed, 3 insertions, 3 deletions
diff --git a/www/ungoogled-chromium/files/patch-components_enterprise_watermarking_watermark.cc b/www/ungoogled-chromium/files/patch-components_enterprise_watermarking_watermark.cc
index 8ea37f970d2f..29869e9dcbd3 100644
--- a/www/ungoogled-chromium/files/patch-components_enterprise_watermarking_watermark.cc
+++ b/www/ungoogled-chromium/files/patch-components_enterprise_watermarking_watermark.cc
@@ -1,6 +1,6 @@
---- components/enterprise/watermarking/watermark.cc.orig 2025-02-20 09:59:21 UTC
+--- components/enterprise/watermarking/watermark.cc.orig 2025-09-10 13:22:16 UTC
+++ components/enterprise/watermarking/watermark.cc
-@@ -31,7 +31,7 @@ gfx::Font WatermarkFont() {
+@@ -29,7 +29,7 @@ gfx::Font WatermarkFont(int font_size) {
"Segoe UI",
#elif BUILDFLAG(IS_MAC)
"SF Pro Text",
@@ -9,7 +9,7 @@
"Ubuntu",
#elif BUILDFLAG(IS_CHROMEOS)
"Google Sans",
-@@ -47,7 +47,7 @@ const gfx::FontList& WatermarkFontList() {
+@@ -40,7 +40,7 @@ gfx::Font WatermarkFont(int font_size) {
}
gfx::Font::Weight WatermarkFontWeight() {