Index: content/browser/renderer_host/render_process_host_impl.cc |
diff --git a/content/browser/renderer_host/render_process_host_impl.cc b/content/browser/renderer_host/render_process_host_impl.cc |
index 4bf16314cb822f3e6eea1c663f4f76026897d5e4..a1ccbf6dc3838771d6937e222359091f6caad7c8 100644 |
--- a/content/browser/renderer_host/render_process_host_impl.cc |
+++ b/content/browser/renderer_host/render_process_host_impl.cc |
@@ -904,6 +904,7 @@ void RenderProcessHostImpl::PropagateBrowserCommandLineToRenderer( |
cc::switches::kBackgroundColorInsteadOfCheckerboard, |
cc::switches::kCompositeToMailbox, |
cc::switches::kDisableCheapnessEstimator, |
+ cc::switches::kDisableColorEstimator, |
cc::switches::kDisableImplSidePainting, |
cc::switches::kDisableThreadedAnimation, |
cc::switches::kEnableCompositorFrameMessage, |
@@ -932,8 +933,7 @@ void RenderProcessHostImpl::PropagateBrowserCommandLineToRenderer( |
cc::switches::kTopControlsHideThreshold, |
cc::switches::kTopControlsShowThreshold, |
cc::switches::kTraceAllRenderedFrames, |
- cc::switches::kTraceOverdraw, |
- cc::switches::kUseColorEstimator, |
+ cc::switches::kTraceOverdraw |
}; |
renderer_cmd->CopySwitchesFrom(browser_cmd, kSwitchNames, |
arraysize(kSwitchNames)); |