summaryrefslogtreecommitdiffstats
path: root/chrome/common/chrome_switches.cc
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.cc
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.cc')
-rw-r--r--chrome/common/chrome_switches.cc3
1 files changed, 3 insertions, 0 deletions
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
index c29eed1..3aadd0a 100644
--- a/chrome/common/chrome_switches.cc
+++ b/chrome/common/chrome_switches.cc
@@ -268,6 +268,9 @@ const char kDumpHistogramsOnExit[] = "dump-histograms-on-exit";
// Enable gpu-accelerated compositing.
const char kEnableAcceleratedCompositing[] = "enable-accelerated-compositing";
+// Enable gpu-accelerated 2d canvas.
+const char kEnableAccelerated2dCanvas[] = "enable-accelerated-2d-canvas";
+
// Enables AeroPeek for each tab. (This switch only works on Windows 7).
const char kEnableAeroPeekTabs[] = "enable-aero-peek-tabs";