diff options
Diffstat (limited to 'www/chromium/files/patch-content_common_content__switches__internal.cc')
-rw-r--r-- | www/chromium/files/patch-content_common_content__switches__internal.cc | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/www/chromium/files/patch-content_common_content__switches__internal.cc b/www/chromium/files/patch-content_common_content__switches__internal.cc index ad1b6c325127..306a28b86cd0 100644 --- a/www/chromium/files/patch-content_common_content__switches__internal.cc +++ b/www/chromium/files/patch-content_common_content__switches__internal.cc @@ -1,11 +1,11 @@ ---- content/common/content_switches_internal.cc.orig 2017-06-05 19:03:07 UTC -+++ content/common/content_switches_internal.cc -@@ -27,7 +27,7 @@ const base::Feature kUseZoomForDsfEnabledByDefault { +--- content/common/content_switches_internal.cc.orig 2017-12-15 02:04:17.000000000 +0100 ++++ content/common/content_switches_internal.cc 2017-12-24 13:18:56.301831000 +0100 +@@ -41,7 +41,7 @@ #endif bool IsUseZoomForDSFEnabledByDefault() { --#if defined(OS_CHROMEOS) || defined(OS_LINUX) -+#if defined(OS_CHROMEOS) || defined(OS_LINUX) || defined(OS_BSD) +-#if defined(OS_LINUX) ++#if defined(OS_LINUX) || defined(OS_BSD) return true; #elif defined(OS_WIN) return base::FeatureList::IsEnabled(kUseZoomForDsfEnabledByDefault); |