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.cc14
1 files changed, 7 insertions, 7 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 e1aa9a97d0da..797740705274 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 2021-05-12 22:06:46 UTC
+--- ui/base/ui_base_features.cc.orig 2021-07-19 18:45:43 UTC
+++ ui/base/ui_base_features.cc
-@@ -147,7 +147,7 @@ const base::Feature kExperimentalFlingAnimation {
+@@ -139,7 +139,7 @@ const base::Feature kExperimentalFlingAnimation {
"ExperimentalFlingAnimation",
// TODO(crbug.com/1052397): Revisit the macro expression once build flag switch
// of lacros-chrome is complete.
@@ -9,16 +9,16 @@
!BUILDFLAG(IS_CHROMEOS_LACROS))
base::FEATURE_ENABLED_BY_DEFAULT
#else
-@@ -180,7 +180,7 @@ const base::Feature kPrecisionTouchpadLogging{
- "PrecisionTouchpadLogging", base::FEATURE_DISABLED_BY_DEFAULT};
- #endif // defined(OS_WIN)
+@@ -194,7 +194,7 @@ bool IsDeprecateAltBasedSixPackEnabled() {
+ }
+ #endif // defined(OS_CHROMEOS)
-#if defined(OS_WIN) || defined(OS_APPLE) || defined(OS_LINUX) || \
+#if defined(OS_WIN) || defined(OS_APPLE) || defined(OS_LINUX) || defined(OS_BSD) || \
defined(OS_CHROMEOS)
// Enables stylus appearing as touch when in contact with digitizer.
const base::Feature kDirectManipulationStylus = {
-@@ -191,7 +191,7 @@ const base::Feature kDirectManipulationStylus = {
+@@ -205,7 +205,7 @@ const base::Feature kDirectManipulationStylus = {
base::FEATURE_DISABLED_BY_DEFAULT
#endif
};
@@ -27,7 +27,7 @@
// defined(OS_CHROMEOS)
// Enables forced colors mode for web content.
-@@ -209,7 +209,7 @@ bool IsForcedColorsEnabled() {
+@@ -223,7 +223,7 @@ bool IsForcedColorsEnabled() {
// milestones.
const base::Feature kEyeDropper {
"EyeDropper",