| Index: ui/gfx/switches.h
|
| diff --git a/ui/gfx/switches.h b/ui/gfx/switches.h
|
| index e3cd9e7db856c26f00fb42e689f1edbb0236d449..c5629f249c40c72509b13c38cfb4545bb883204b 100644
|
| --- a/ui/gfx/switches.h
|
| +++ b/ui/gfx/switches.h
|
| @@ -9,10 +9,10 @@
|
|
|
| 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[];
|
| +GFX_EXPORT extern const char kEnableBrowserTextSubpixelPositioning[];
|
| +GFX_EXPORT extern const char kEnableWebkitTextSubpixelPositioning[];
|
| +GFX_EXPORT extern const char kForceDeviceScaleFactor[];
|
| +GFX_EXPORT extern const char kHighDPISupport[];
|
|
|
| } // namespace switches
|
|
|
|
|