| Index: ui/gfx/switches.h
|
| diff --git a/ui/gfx/switches.h b/ui/gfx/switches.h
|
| index f8069d078a9f69a02bc9f4cdece3f1c85d3cb208..e3cd9e7db856c26f00fb42e689f1edbb0236d449 100644
|
| --- a/ui/gfx/switches.h
|
| +++ b/ui/gfx/switches.h
|
| @@ -7,14 +7,13 @@
|
|
|
| #include "ui/gfx/gfx_export.h"
|
|
|
| -namespace gfx {
|
| namespace switches {
|
|
|
| UI_EXPORT extern const char kEnableBrowserTextSubpixelPositioning[];
|
| UI_EXPORT extern const char kEnableWebkitTextSubpixelPositioning[];
|
| +UI_EXPORT extern const char kForceDeviceScaleFactor[];
|
| UI_EXPORT extern const char kHighDPISupport[];
|
|
|
| } // namespace switches
|
| -} // namespace gfx
|
|
|
| #endif // UI_GFX_SWITCHES_H_
|
|
|