diff options
author | sievers@google.com <sievers@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-03-21 19:20:40 +0000 |
---|---|---|
committer | sievers@google.com <sievers@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-03-21 19:20:40 +0000 |
commit | f07aabbfcee06d7e89c3da43cd58de4dfd5f315a (patch) | |
tree | 7d16f23c39416a6241653389359ec7b97c665e40 /chrome/common/chrome_switches.cc | |
parent | 4460ee53d9a79830f9445778d6473a49a22c4ba6 (diff) | |
download | chromium_src-f07aabbfcee06d7e89c3da43cd58de4dfd5f315a.zip chromium_src-f07aabbfcee06d7e89c3da43cd58de4dfd5f315a.tar.gz chromium_src-f07aabbfcee06d7e89c3da43cd58de4dfd5f315a.tar.bz2 |
Support for '--force-compositing-mode', see WebKit bug 56156
BUG=
TEST=
Review URL: http://codereview.chromium.org/6665057
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78904 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/chrome_switches.cc')
-rw-r--r-- | chrome/common/chrome_switches.cc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc index 01e4d6a..7286e94 100644 --- a/chrome/common/chrome_switches.cc +++ b/chrome/common/chrome_switches.cc @@ -611,6 +611,10 @@ const char kFirstRun[] = "first-run"; // timed out, etc. Useful for testing. const char kForceAppsPromoVisible[] = "force-apps-promo-visible"; +// If accelerated compositing is supported, always enter compositing mode for +// the base layer even when compositing is not strictly required. +const char kForceCompositingMode[] = "force-compositing-mode"; + // Some field tests may rendomized in the browser, and the randomly selected // outcome needs to be propogated to the renderer. For instance, this is used // to modify histograms recorded in the renderer, or to get the renderer to |