aboutsummaryrefslogtreecommitdiff
path: root/www/iridium/files/patch-content_common_content__switches__internal.cc
diff options
context:
space:
mode:
Diffstat (limited to 'www/iridium/files/patch-content_common_content__switches__internal.cc')
-rw-r--r--www/iridium/files/patch-content_common_content__switches__internal.cc11
1 files changed, 11 insertions, 0 deletions
diff --git a/www/iridium/files/patch-content_common_content__switches__internal.cc b/www/iridium/files/patch-content_common_content__switches__internal.cc
new file mode 100644
index 000000000000..0977c854a6ea
--- /dev/null
+++ b/www/iridium/files/patch-content_common_content__switches__internal.cc
@@ -0,0 +1,11 @@
+--- content/common/content_switches_internal.cc.orig 2017-04-19 19:06:33 UTC
++++ content/common/content_switches_internal.cc
+@@ -27,7 +27,7 @@ const base::Feature kUseZoomForDsfEnable
+ #endif
+
+ bool IsUseZoomForDSFEnabledByDefault() {
+-#if defined(OS_CHROMEOS) || defined(OS_LINUX)
++#if defined(OS_CHROMEOS) || defined(OS_LINUX) || defined(OS_BSD)
+ return true;
+ #elif defined(OS_WIN)
+ return base::FeatureList::IsEnabled(kUseZoomForDsfEnabledByDefault);