summaryrefslogtreecommitdiffstats
path: root/cc/base/switches.h
diff options
context:
space:
mode:
authorepenner@chromium.org <epenner@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-07-22 22:53:55 +0000
committerepenner@chromium.org <epenner@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-07-22 22:53:55 +0000
commit7205ba44ed7b6208015d891417409c0a5eaf20ee (patch)
tree66aace1707b89bf23c6171dcd46debfa38b73c32 /cc/base/switches.h
parent31cfebe0eaaba1036314eab5e2a17d52f743bdd1 (diff)
downloadchromium_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.h1
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[];