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 2e4757d3aacab80dd073ea716ec72847f0494a84..406f1726609bd4e6ce38e75059cf4b941c555289 100644 |
--- a/content/browser/renderer_host/render_process_host_impl.cc |
+++ b/content/browser/renderer_host/render_process_host_impl.cc |
@@ -854,6 +854,7 @@ void RenderProcessHostImpl::PropagateBrowserCommandLineToRenderer( |
cc::switches::kDisableImplSidePainting, |
cc::switches::kEnableImplSidePainting, |
cc::switches::kEnablePartialSwap, |
+ cc::switches::kEnablePredictionBenchmarking, |
cc::switches::kEnableRightAlignedScheduling, |
cc::switches::kEnableTopControlsPositionCalculation, |
cc::switches::kNumRasterThreads, |
@@ -870,6 +871,7 @@ void RenderProcessHostImpl::PropagateBrowserCommandLineToRenderer( |
cc::switches::kTopControlsHideThreshold, |
cc::switches::kSlowDownRasterScaleFactor, |
cc::switches::kUseCheapnessEstimator, |
+ cc::switches::kUseColorEstimator, |
cc::switches::kLowResolutionContentsScaleFactor, |
}; |
renderer_cmd->CopySwitchesFrom(browser_cmd, kSwitchNames, |