| Index: content/common/content_switches_internal.cc
|
| diff --git a/content/common/content_switches_internal.cc b/content/common/content_switches_internal.cc
|
| index 2c385d5844e809fcf6ec4655a855db7fe8133b60..fa7ab4baafd8a5f035f28d025541c635af4dbb6c 100644
|
| --- a/content/common/content_switches_internal.cc
|
| +++ b/content/common/content_switches_internal.cc
|
| @@ -20,7 +20,7 @@ namespace content {
|
| namespace {
|
|
|
| bool IsUseZoomForDSFEnabledByDefault() {
|
| -#if defined(OS_CHROMEOS)
|
| +#if defined(OS_CHROMEOS) || defined(OS_WIN)
|
| return true;
|
| #else
|
| return false;
|
|
|