From 959d66280d608a8a787807083bb985711b17bcb9 Mon Sep 17 00:00:00 2001 From: "vangelis@chromium.org" Date: Wed, 8 Sep 2010 08:04:35 +0000 Subject: 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 --- chrome/common/chrome_switches.cc | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'chrome/common/chrome_switches.cc') 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"; -- cgit v1.1