blob: 6a9c75350b116a5f9a23548c8a396c6ac8c949bd (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- components/viz/common/features.cc.orig 2021-03-12 23:57:23 UTC
+++ components/viz/common/features.cc
@@ -32,7 +32,7 @@ const base::Feature kEnableOverlayPrioritization {
// Use the SkiaRenderer.
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)))
base::FEATURE_ENABLED_BY_DEFAULT
#else
|