diff options
author | kbr@google.com <kbr@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-09-30 18:35:49 +0000 |
---|---|---|
committer | kbr@google.com <kbr@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-09-30 18:35:49 +0000 |
commit | 8db89020f48b2cba994f7ee48176250dad6e91c7 (patch) | |
tree | 374fb6f5d5960bc7c9d5f4550d7b5d4af3beebc6 /chrome/common/chrome_switches.cc | |
parent | 149fd6df098f406fcb8bcabc12c9a8fefda49058 (diff) | |
download | chromium_src-8db89020f48b2cba994f7ee48176250dad6e91c7.zip chromium_src-8db89020f48b2cba994f7ee48176250dad6e91c7.tar.gz chromium_src-8db89020f48b2cba994f7ee48176250dad6e91c7.tar.bz2 |
Added command line argument --enable-webgl to facilitate turning on
ENABLE_3D_CANVAS in development builds. Currently this argument also
requires disabling the sandbox.
BUG=http://crbug.com/21852
TEST=none (runs preexisting WebGL layout tests; more coming)
Review URL: http://codereview.chromium.org/246042
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@27637 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/chrome_switches.cc')
-rw-r--r-- | chrome/common/chrome_switches.cc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc index 72d6a5f..b619517 100644 --- a/chrome/common/chrome_switches.cc +++ b/chrome/common/chrome_switches.cc @@ -615,4 +615,7 @@ const wchar_t kExplicitlyAllowedPorts[] = L"explicitly-allowed-ports"; // is launched on the command line (e.g. by Selenium). Only needed on Mac. const wchar_t kActivateOnLaunch[] = L"activate-on-launch"; +// Enable experimental WebGL support. +const wchar_t kEnableExperimentalWebGL[] = L"enable-webgl"; + } // namespace switches |