Index: ui/gfx/switches.cc |
diff --git a/ui/gfx/switches.cc b/ui/gfx/switches.cc |
index a278f46adaa4e39b1e7ecdc07c877885e97a375a..2f2eb9a3b829150dd6f5a1e71f645d9b78148f11 100644 |
--- a/ui/gfx/switches.cc |
+++ b/ui/gfx/switches.cc |
@@ -4,7 +4,6 @@ |
#include "ui/gfx/switches.h" |
-namespace gfx { |
namespace switches { |
// Let text glyphs have X-positions that aren't snapped to the pixel grid in |
@@ -17,8 +16,10 @@ const char kEnableBrowserTextSubpixelPositioning[] = |
const char kEnableWebkitTextSubpixelPositioning[] = |
"enable-webkit-text-subpixel-positioning"; |
+// Overrides the device scale factor for the browser UI and the contents. |
+const char kForceDeviceScaleFactor[] = "force-device-scale-factor"; |
+ |
// Enables/Disables High DPI support (windows) |
const char kHighDPISupport[] = "high-dpi-support"; |
} // namespace switches |
-} // namespace gfx |