summaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-ui_base_ui__base__features.cc
diff options
context:
space:
mode:
authorMatthias Wolf <matthias@rheinwolf.de>2021-04-27 16:25:26 +0200
committerRene Ladan <rene@FreeBSD.org>2021-04-27 16:29:47 +0200
commitbe6259aac7b38bb3129be18e4ca60d42078cca3e (patch)
treec751b3c98ce06f6217fb44fc88ad582a05327926 /www/chromium/files/patch-ui_base_ui__base__features.cc
parentbenchmarks/dbs: extend BROKENness to FreeBSD 14 (diff)
www/chromium: update to 90.0.4430.85
Tested by: Matthias Wolf, rene MFH: 2021Q2 Security: http://vuxml.freebsd.org/freebsd/cb13a765-a277-11eb-97a0-e09467587c17.html
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.cc12
1 files changed, 6 insertions, 6 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 aba7495b5d34..349129bcb8cb 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-03-12 23:57:48 UTC
+--- ui/base/ui_base_features.cc.orig 2021-04-14 18:41:37 UTC
+++ ui/base/ui_base_features.cc
-@@ -115,7 +115,7 @@ const base::Feature kExperimentalFlingAnimation {
+@@ -127,7 +127,7 @@ const 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_CHROMEOS_LACROS))
base::FEATURE_ENABLED_BY_DEFAULT
#else
-@@ -148,7 +148,7 @@ const base::Feature kPrecisionTouchpadLogging{
+@@ -160,7 +160,7 @@ const base::Feature kPrecisionTouchpadLogging{
"PrecisionTouchpadLogging", base::FEATURE_DISABLED_BY_DEFAULT};
#endif // defined(OS_WIN)
@@ -18,7 +18,7 @@
defined(OS_CHROMEOS)
// Enables stylus appearing as touch when in contact with digitizer.
const base::Feature kDirectManipulationStylus = {
-@@ -159,7 +159,7 @@ const base::Feature kDirectManipulationStylus = {
+@@ -171,7 +171,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.
-@@ -193,7 +193,7 @@ bool IsEyeDropperEnabled() {
+@@ -205,7 +205,7 @@ bool IsEyeDropperEnabled() {
// crbug.com/1086530 for the Desktop launch bug.
const base::Feature kCSSColorSchemeUARendering = {
"CSSColorSchemeUARendering",
@@ -36,7 +36,7 @@
defined(OS_APPLE)
base::FEATURE_ENABLED_BY_DEFAULT
#else
-@@ -212,7 +212,7 @@ bool IsCSSColorSchemeUARenderingEnabled() {
+@@ -224,7 +224,7 @@ bool IsCSSColorSchemeUARenderingEnabled() {
// crbug.com/1012106 for the Windows launch bug, and crbug.com/1012108 for the
// Mac launch bug.
const base::Feature kFormControlsRefresh = {"FormControlsRefresh",