Index: ui/gfx/switches.h |
diff --git a/ui/gfx/switches.h b/ui/gfx/switches.h |
index c5629f249c40c72509b13c38cfb4545bb883204b..3b2256eba1706425451f66e0bfbfedd05e51c3be 100644 |
--- a/ui/gfx/switches.h |
+++ b/ui/gfx/switches.h |
@@ -13,6 +13,8 @@ GFX_EXPORT extern const char kEnableBrowserTextSubpixelPositioning[]; |
GFX_EXPORT extern const char kEnableWebkitTextSubpixelPositioning[]; |
GFX_EXPORT extern const char kForceDeviceScaleFactor[]; |
GFX_EXPORT extern const char kHighDPISupport[]; |
+GFX_EXPORT extern const char kAllowArbitraryScaleFactorInImageSkia[]; |
msw
2014/05/08 17:56:07
nit: I think this list is generally kept in alphab
Jun Mukai
2014/05/08 18:11:02
Fortunately any other flags don't start with 'D',
|
+GFX_EXPORT extern const char kDisallowArbitraryScaleFactorInImageSkia[]; |
} // namespace switches |