summaryrefslogtreecommitdiffstats
path: root/chrome/common/chrome_switches.h
diff options
context:
space:
mode:
authorjamesr@chromium.org <jamesr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-07-29 18:47:09 +0000
committerjamesr@chromium.org <jamesr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-07-29 18:47:09 +0000
commitaea7cab06f32dd29934a8244097780b8489b3a2a (patch)
treefcef23adea08e98e30c2a752a6ee6ba45a606be8 /chrome/common/chrome_switches.h
parent000de16cb7cb64db108b2e9cc914eff8608ae70c (diff)
downloadchromium_src-aea7cab06f32dd29934a8244097780b8489b3a2a.zip
chromium_src-aea7cab06f32dd29934a8244097780b8489b3a2a.tar.gz
chromium_src-aea7cab06f32dd29934a8244097780b8489b3a2a.tar.bz2
Add a command line switch to control accelerated 2d canvas
TEST=none BUG=none Review URL: http://codereview.chromium.org/2873074 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@54159 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/chrome_switches.h')
-rw-r--r--chrome/common/chrome_switches.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/common/chrome_switches.h b/chrome/common/chrome_switches.h
index 7695e37..b0f3c28 100644
--- a/chrome/common/chrome_switches.h
+++ b/chrome/common/chrome_switches.h
@@ -91,6 +91,7 @@ extern const char kDnsPrefetchDisable[];
extern const char kDomAutomationController[];
extern const char kDumpHistogramsOnExit[];
extern const char kEnableAcceleratedCompositing[];
+extern const char kEnableAccelerated2dCanvas[];
extern const char kEnableAeroPeekTabs[];
extern const char kEnableApps[];
extern const char kEnableAuthNegotiatePort[];