summaryrefslogtreecommitdiffstats
path: root/webkit/tools/test_shell/test_shell_switches.cc
diff options
context:
space:
mode:
authorscheib@google.com <scheib@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2010-09-27 17:44:21 +0000
committerscheib@google.com <scheib@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2010-09-27 17:44:21 +0000
commit4c38e315e19269affcbec73190af490840b8bcc4 (patch)
tree487853ec05f5a69ebe5894f696eeca3d15355d75 /webkit/tools/test_shell/test_shell_switches.cc
parented98adaef63fac47daaca33181a176d675678d2b (diff)
downloadchromium_src-4c38e315e19269affcbec73190af490840b8bcc4.zip
chromium_src-4c38e315e19269affcbec73190af490840b8bcc4.tar.gz
chromium_src-4c38e315e19269affcbec73190af490840b8bcc4.tar.bz2
test_shell command line switch enable-accelerated-compositing added
(Resubmission of patch in http://codereview.chromium.org/3492004/show which was incorrectly git cl push-ed) BUG=none TEST=none yet - will use layout tests configured to use accelerated implementation. Review URL: http://codereview.chromium.org/3440029 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@60671 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/tools/test_shell/test_shell_switches.cc')
-rw-r--r--webkit/tools/test_shell/test_shell_switches.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/webkit/tools/test_shell/test_shell_switches.cc b/webkit/tools/test_shell/test_shell_switches.cc
index 7cc94aa..b66e3a4 100644
--- a/webkit/tools/test_shell/test_shell_switches.cc
+++ b/webkit/tools/test_shell/test_shell_switches.cc
@@ -88,4 +88,6 @@ const char kAllowExternalPages[] = "allow-external-pages";
const char kEnableAccel2DCanvas[] = "enable-accelerated-2d-canvas";
+const char kEnableAccelCompositing[] = "enable-accelerated-compositing";
+
} // namespace test_shell