aboutsummaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-ui_base_ui__base__features.cc
diff options
context:
space:
mode:
Diffstat (limited to 'www/chromium/files/patch-ui_base_ui__base__features.cc')
-rw-r--r--www/chromium/files/patch-ui_base_ui__base__features.cc10
1 files changed, 5 insertions, 5 deletions
diff --git a/www/chromium/files/patch-ui_base_ui__base__features.cc b/www/chromium/files/patch-ui_base_ui__base__features.cc
index 24ec8f8a7bf4..0da6425bdb60 100644
--- a/www/chromium/files/patch-ui_base_ui__base__features.cc
+++ b/www/chromium/files/patch-ui_base_ui__base__features.cc
@@ -1,6 +1,6 @@
---- ui/base/ui_base_features.cc.orig 2023-05-31 08:12:17 UTC
+--- ui/base/ui_base_features.cc.orig 2023-07-16 15:47:57 UTC
+++ ui/base/ui_base_features.cc
-@@ -199,7 +199,7 @@ BASE_FEATURE(kExperimentalFlingAnimation,
+@@ -206,7 +206,7 @@ BASE_FEATURE(kExperimentalFlingAnimation,
"ExperimentalFlingAnimation",
// TODO(crbug.com/1052397): Revisit the macro expression once build flag switch
// of lacros-chrome is complete.
@@ -9,7 +9,7 @@
(BUILDFLAG(IS_LINUX) && !BUILDFLAG(IS_CHROMEOS_ASH) && \
!BUILDFLAG(IS_CHROMEOS_LACROS))
base::FEATURE_ENABLED_BY_DEFAULT
-@@ -306,7 +306,7 @@ bool IsForcedColorsEnabled() {
+@@ -313,7 +313,7 @@ bool IsForcedColorsEnabled() {
// milestones.
BASE_FEATURE(kEyeDropper,
"EyeDropper",
@@ -18,7 +18,7 @@
base::FEATURE_ENABLED_BY_DEFAULT
#else
base::FEATURE_DISABLED_BY_DEFAULT
-@@ -486,7 +486,7 @@ ChromeRefresh2023Level GetChromeRefresh2023Level() {
+@@ -500,7 +500,7 @@ ChromeRefresh2023Level GetChromeRefresh2023Level() {
return level;
}
@@ -26,4 +26,4 @@
+#if !BUILDFLAG(IS_LINUX) && !BUILDFLAG(IS_BSD)
BASE_FEATURE(kWebUiSystemFont,
"WebUiSystemFont",
- base::FEATURE_DISABLED_BY_DEFAULT);
+ base::FEATURE_ENABLED_BY_DEFAULT);