summaryrefslogtreecommitdiffstats
path: root/chrome/common/chrome_switches.cc
diff options
context:
space:
mode:
authorvangelis@chromium.org <vangelis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-09-08 08:04:35 +0000
committervangelis@chromium.org <vangelis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-09-08 08:04:35 +0000
commit959d66280d608a8a787807083bb985711b17bcb9 (patch)
tree82e25cca286855a888f7fbf5b2f6b952c4052f90 /chrome/common/chrome_switches.cc
parentc942c8481be6e4dd1152813f6706e34ce67bc740 (diff)
downloadchromium_src-959d66280d608a8a787807083bb985711b17bcb9.zip
chromium_src-959d66280d608a8a787807083bb985711b17bcb9.tar.gz
chromium_src-959d66280d608a8a787807083bb985711b17bcb9.tar.bz2
Build failure fix: Disabling accelerated compositing on the mac as it fails media related
UI tests on 10.5 . This failure was introduced in r58792. TBR=kbr@google.com Review URL: http://codereview.chromium.org/3336014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@58797 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/chrome_switches.cc')
-rw-r--r--chrome/common/chrome_switches.cc5
1 files changed, 5 insertions, 0 deletions
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
index 74ef4ca..65b1d00 100644
--- a/chrome/common/chrome_switches.cc
+++ b/chrome/common/chrome_switches.cc
@@ -347,6 +347,11 @@ const char kDumpHistogramsOnExit[] = "dump-histograms-on-exit";
// Enable displaying net log events on the command line.
extern const char kLogNetLog[] = "log-net-log";
+// Enable gpu-accelerated compositing.
+// TODO(vangelis): Remove the flag once accelerated compositing is enabled by
+// default on all platforms.
+const char kEnableAcceleratedCompositing[] = "enable-accelerated-compositing";
+
// Enable gpu-accelerated 2d canvas.
const char kEnableAccelerated2dCanvas[] = "enable-accelerated-2d-canvas";