summaryrefslogtreecommitdiffstats
path: root/content/browser
diff options
context:
space:
mode:
authorvmpstr@chromium.org <vmpstr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-07-02 01:29:55 +0000
committervmpstr@chromium.org <vmpstr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-07-02 01:29:55 +0000
commit00ac3f0f62d3aa1bd99897aad587a8c082593360 (patch)
tree53b84cbf733832bf308e899df199ac7b546c81e9 /content/browser
parent2fc4e06b9c0970b7c2eae0b26d90de1dd88f8623 (diff)
downloadchromium_src-00ac3f0f62d3aa1bd99897aad587a8c082593360.zip
chromium_src-00ac3f0f62d3aa1bd99897aad587a8c082593360.tar.gz
chromium_src-00ac3f0f62d3aa1bd99897aad587a8c082593360.tar.bz2
cc: Made use color estimator a const instead of a flag.
Color estimator has been running for some time now, and it seems to be stable. This change removes the piping of the flag down to where it's used. The flag is still in the code for easy debugging. R=reveman@chromium.org Review URL: https://chromiumcodereview.appspot.com/18370002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@209568 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/browser')
-rw-r--r--content/browser/renderer_host/render_process_host_impl.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/content/browser/renderer_host/render_process_host_impl.cc b/content/browser/renderer_host/render_process_host_impl.cc
index 1874f52..03f28d7 100644
--- a/content/browser/renderer_host/render_process_host_impl.cc
+++ b/content/browser/renderer_host/render_process_host_impl.cc
@@ -1006,7 +1006,6 @@ void RenderProcessHostImpl::PropagateBrowserCommandLineToRenderer(
// also be added to chrome/browser/chromeos/login/chrome_restart_request.cc.
cc::switches::kBackgroundColorInsteadOfCheckerboard,
cc::switches::kCompositeToMailbox,
- cc::switches::kDisableColorEstimator,
cc::switches::kDisableImplSidePainting,
cc::switches::kDisableThreadedAnimation,
cc::switches::kEnableImplSidePainting,