aboutsummaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-content_public_common_use_zoom_for_dsf_policy.cc
blob: b9e2948e94040f88bdc4ee5104c8cf2457c4189e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- content/public/common/use_zoom_for_dsf_policy.cc.orig	2019-01-09 12:03:15.666391000 +0100
+++ content/public/common/use_zoom_for_dsf_policy.cc	2019-01-09 12:03:35.744606000 +0100
@@ -25,7 +25,7 @@
 #endif
 
 bool IsUseZoomForDSFEnabledByDefault() {
-#if defined(OS_LINUX) || defined(OS_FUCHSIA)
+#if defined(OS_LINUX) || defined(OS_FUCHSIA) || defined(OS_BSD)
   return true;
 #elif defined(OS_WIN) || defined(OS_ANDROID)
   return base::FeatureList::IsEnabled(kUseZoomForDsfEnabledByDefault);