summaryrefslogtreecommitdiff
path: root/www/chromium/patches/patch-components_viz_common_features_cc
diff options
context:
space:
mode:
Diffstat (limited to 'www/chromium/patches/patch-components_viz_common_features_cc')
-rw-r--r--www/chromium/patches/patch-components_viz_common_features_cc12
1 files changed, 0 insertions, 12 deletions
diff --git a/www/chromium/patches/patch-components_viz_common_features_cc b/www/chromium/patches/patch-components_viz_common_features_cc
deleted file mode 100644
index 736edda..0000000
--- a/www/chromium/patches/patch-components_viz_common_features_cc
+++ /dev/null
@@ -1,12 +0,0 @@
1Index: components/viz/common/features.cc
2--- components/viz/common/features.cc.orig
3+++ components/viz/common/features.cc
4@@ -67,7 +67,7 @@ const base::Feature kUseSkiaRenderer {
5 "UseSkiaRenderer",
6 #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_ANDROID) || \
7 BUILDFLAG(IS_CHROMEOS_LACROS) || BUILDFLAG(IS_LINUX) || \
8- BUILDFLAG(IS_FUCHSIA) || BUILDFLAG(IS_MAC)
9+ BUILDFLAG(IS_FUCHSIA) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_BSD)
10 base::FEATURE_ENABLED_BY_DEFAULT
11 #else
12 base::FEATURE_DISABLED_BY_DEFAULT