summaryrefslogtreecommitdiffstats
path: root/chrome/common
diff options
context:
space:
mode:
authorvangelis@chromium.org <vangelis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-09-09 00:54:19 +0000
committervangelis@chromium.org <vangelis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-09-09 00:54:19 +0000
commitf70dab7a0003bd499fc3e883814ce2d0689ab672 (patch)
tree45003e37f538e3ff56603d221c4bf11a8a3b2403 /chrome/common
parent50d5e839049830d699da85675a3a065173726d48 (diff)
downloadchromium_src-f70dab7a0003bd499fc3e883814ce2d0689ab672.zip
chromium_src-f70dab7a0003bd499fc3e883814ce2d0689ab672.tar.gz
chromium_src-f70dab7a0003bd499fc3e883814ce2d0689ab672.tar.bz2
Turns on by default accelerated compositing on the mac. Removes --enable-accelerated-compositing
flag altogether as it's no longer useful. BUG=54469 Review URL: http://codereview.chromium.org/3303020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@58903 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common')
-rw-r--r--chrome/common/chrome_switches.cc5
-rw-r--r--chrome/common/chrome_switches.h1
2 files changed, 0 insertions, 6 deletions
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
index a87903c..307cfb425 100644
--- a/chrome/common/chrome_switches.cc
+++ b/chrome/common/chrome_switches.cc
@@ -352,11 +352,6 @@ 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";
diff --git a/chrome/common/chrome_switches.h b/chrome/common/chrome_switches.h
index a9565e5..8b8334d 100644
--- a/chrome/common/chrome_switches.h
+++ b/chrome/common/chrome_switches.h
@@ -112,7 +112,6 @@ extern const char kDnsPrefetchDisable[];
extern const char kDomAutomationController[];
extern const char kDumpHistogramsOnExit[];
extern const char kEnableAccelerated2dCanvas[];
-extern const char kEnableAcceleratedCompositing[];
extern const char kEnableAeroPeekTabs[];
extern const char kEnableAuthNegotiatePort[];
extern const char kEnableBackgroundMode[];