diff options
author | alokp@chromium.org <alokp@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-09-12 23:06:33 +0000 |
---|---|---|
committer | alokp@chromium.org <alokp@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-09-12 23:06:33 +0000 |
commit | 7621af219acd673b037fb3e1f02c4397145ef230 (patch) | |
tree | 62e946649b5727cb82e6d0dceb2a189ace556bdf /cc/base/switches.h | |
parent | 0a35801ab8c46f8bd0f71d96dcd2527043b15803 (diff) | |
download | chromium_src-7621af219acd673b037fb3e1f02c4397145ef230.zip chromium_src-7621af219acd673b037fb3e1f02c4397145ef230.tar.gz chromium_src-7621af219acd673b037fb3e1f02c4397145ef230.tar.bz2 |
Expose LCD text setting to about:flags.
BUG=287900
Review URL: https://chromiumcodereview.appspot.com/23578029
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@222903 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'cc/base/switches.h')
-rw-r--r-- | cc/base/switches.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/cc/base/switches.h b/cc/base/switches.h index 5a84e15..b8585e2 100644 --- a/cc/base/switches.h +++ b/cc/base/switches.h @@ -17,9 +17,11 @@ namespace switches { // Switches for the renderer compositor only. CC_EXPORT extern const char kBackgroundColorInsteadOfCheckerboard[]; +CC_EXPORT extern const char kDisableLCDText[]; CC_EXPORT extern const char kDisableImplSidePainting[]; CC_EXPORT extern const char kDisableThreadedAnimation[]; CC_EXPORT extern const char kDisableCompositedAntialiasing[]; +CC_EXPORT extern const char kEnableLCDText[]; CC_EXPORT extern const char kEnableImplSidePainting[]; CC_EXPORT extern const char kEnableTopControlsPositionCalculation[]; CC_EXPORT extern const char kForceDirectLayerDrawing[]; @@ -66,6 +68,7 @@ CC_EXPORT extern const char kUIShowNonOccludingRects[]; // Unit test related. CC_EXPORT extern const char kCCLayerTreeTestNoTimeout[]; +CC_EXPORT bool IsLCDTextEnabled(); CC_EXPORT bool IsImplSidePaintingEnabled(); CC_EXPORT bool IsMapImageEnabled(); |