diff options
author | epenner@chromium.org <epenner@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-07-22 22:53:55 +0000 |
---|---|---|
committer | epenner@chromium.org <epenner@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-07-22 22:53:55 +0000 |
commit | 7205ba44ed7b6208015d891417409c0a5eaf20ee (patch) | |
tree | 66aace1707b89bf23c6171dcd46debfa38b73c32 /cc/base/switches.h | |
parent | 31cfebe0eaaba1036314eab5e2a17d52f743bdd1 (diff) | |
download | chromium_src-7205ba44ed7b6208015d891417409c0a5eaf20ee.zip chromium_src-7205ba44ed7b6208015d891417409c0a5eaf20ee.tar.gz chromium_src-7205ba44ed7b6208015d891417409c0a5eaf20ee.tar.bz2 |
CC: Add command-line flag to disable AA.
This has helped a lot in finding the recent
issues with AA. It's also always disabled on
the Android browser compositor since we do our
own feathered edges there.
BUG=233101,256474,259154
Review URL: https://chromiumcodereview.appspot.com/19236005
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@212990 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'cc/base/switches.h')
-rw-r--r-- | cc/base/switches.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cc/base/switches.h b/cc/base/switches.h index 00acca8..f87eb53 100644 --- a/cc/base/switches.h +++ b/cc/base/switches.h @@ -19,6 +19,7 @@ namespace switches { CC_EXPORT extern const char kBackgroundColorInsteadOfCheckerboard[]; CC_EXPORT extern const char kDisableImplSidePainting[]; CC_EXPORT extern const char kDisableThreadedAnimation[]; +CC_EXPORT extern const char kDisableCompositedAntialiasing[]; CC_EXPORT extern const char kEnableImplSidePainting[]; CC_EXPORT extern const char kEnableTopControlsPositionCalculation[]; CC_EXPORT extern const char kForceDirectLayerDrawing[]; |