summaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-components_viz_common_features.cc
diff options
context:
space:
mode:
Diffstat (limited to 'www/chromium/files/patch-components_viz_common_features.cc')
-rw-r--r--www/chromium/files/patch-components_viz_common_features.cc12
1 files changed, 6 insertions, 6 deletions
diff --git a/www/chromium/files/patch-components_viz_common_features.cc b/www/chromium/files/patch-components_viz_common_features.cc
index 6a9c75350b11..c5ef197121d9 100644
--- a/www/chromium/files/patch-components_viz_common_features.cc
+++ b/www/chromium/files/patch-components_viz_common_features.cc
@@ -1,11 +1,11 @@
---- components/viz/common/features.cc.orig 2021-03-12 23:57:23 UTC
+--- components/viz/common/features.cc.orig 2021-04-14 18:41:02 UTC
+++ components/viz/common/features.cc
-@@ -32,7 +32,7 @@ const base::Feature kEnableOverlayPrioritization {
- // Use the SkiaRenderer.
+@@ -33,7 +33,7 @@ const base::Feature kEnableOverlayPrioritization {
const base::Feature kUseSkiaRenderer {
"UseSkiaRenderer",
--#if defined(OS_WIN) || (defined(OS_LINUX) && !(BUILDFLAG(IS_CHROMEOS_ASH) || \
-+#if defined(OS_WIN) || defined(OS_BSD) || (defined(OS_LINUX) && !(BUILDFLAG(IS_CHROMEOS_ASH) || \
- BUILDFLAG(IS_CHROMECAST)))
+ #if defined(OS_WIN) || defined(OS_ANDROID) || BUILDFLAG(IS_CHROMEOS_LACROS) || \
+- (defined(OS_LINUX) && !BUILDFLAG(IS_CHROMECAST))
++ (defined(OS_LINUX) && !BUILDFLAG(IS_CHROMECAST)) || defined(OS_BSD)
base::FEATURE_ENABLED_BY_DEFAULT
#else
+ base::FEATURE_DISABLED_BY_DEFAULT