aboutsummaryrefslogtreecommitdiff
path: root/www/ungoogled-chromium/files/patch-ui_base_ui__base__features.cc
diff options
context:
space:
mode:
Diffstat (limited to 'www/ungoogled-chromium/files/patch-ui_base_ui__base__features.cc')
-rw-r--r--www/ungoogled-chromium/files/patch-ui_base_ui__base__features.cc17
1 files changed, 13 insertions, 4 deletions
diff --git a/www/ungoogled-chromium/files/patch-ui_base_ui__base__features.cc b/www/ungoogled-chromium/files/patch-ui_base_ui__base__features.cc
index 73c8afc51d95..4639e7a70f78 100644
--- a/www/ungoogled-chromium/files/patch-ui_base_ui__base__features.cc
+++ b/www/ungoogled-chromium/files/patch-ui_base_ui__base__features.cc
@@ -1,6 +1,15 @@
---- ui/base/ui_base_features.cc.orig 2023-08-18 10:26:52 UTC
+--- ui/base/ui_base_features.cc.orig 2023-09-17 07:59:53 UTC
+++ ui/base/ui_base_features.cc
-@@ -206,7 +206,7 @@ BASE_FEATURE(kExperimentalFlingAnimation,
+@@ -113,7 +113,7 @@ BASE_FEATURE(kAlwaysConfirmComposition,
+ base::FEATURE_ENABLED_BY_DEFAULT);
+ #endif // BUILDFLAG(IS_CHROMEOS_ASH)
+
+-#if BUILDFLAG(IS_CHROMEOS_LACROS) || BUILDFLAG(IS_LINUX)
++#if BUILDFLAG(IS_CHROMEOS_LACROS) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD)
+ BASE_FEATURE(kRedundantImeCompositionClearing,
+ "RedundantImeCompositionClearing",
+ base::FEATURE_ENABLED_BY_DEFAULT);
+@@ -212,7 +212,7 @@ BASE_FEATURE(kExperimentalFlingAnimation,
"ExperimentalFlingAnimation",
// TODO(crbug.com/1052397): Revisit the macro expression once build flag switch
// of lacros-chrome is complete.
@@ -9,7 +18,7 @@
(BUILDFLAG(IS_LINUX) && !BUILDFLAG(IS_CHROMEOS_ASH) && \
!BUILDFLAG(IS_CHROMEOS_LACROS))
base::FEATURE_ENABLED_BY_DEFAULT
-@@ -313,7 +313,7 @@ bool IsForcedColorsEnabled() {
+@@ -319,7 +319,7 @@ bool IsForcedColorsEnabled() {
// milestones.
BASE_FEATURE(kEyeDropper,
"EyeDropper",
@@ -18,7 +27,7 @@
base::FEATURE_ENABLED_BY_DEFAULT
#else
base::FEATURE_DISABLED_BY_DEFAULT
-@@ -478,7 +478,7 @@ ChromeRefresh2023Level GetChromeRefresh2023Level() {
+@@ -531,7 +531,7 @@ ChromeRefresh2023Level GetChromeRefresh2023Level() {
return level;
}