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 ba0054d32ec2631571a31778a84a68665796b179..b591d646963a92888d533d2df39a296bb2524518 100644 |
--- a/content/browser/renderer_host/render_process_host_impl.cc |
+++ b/content/browser/renderer_host/render_process_host_impl.cc |
@@ -861,6 +861,7 @@ void RenderProcessHostImpl::PropagateBrowserCommandLineToRenderer( |
cc::switches::kEnableImplSidePainting, |
cc::switches::kEnablePartialSwap, |
cc::switches::kEnablePerTilePainting, |
+ cc::switches::kEnablePredictionBenchmarking, |
cc::switches::kEnableRightAlignedScheduling, |
cc::switches::kEnableTopControlsPositionCalculation, |
cc::switches::kLowResolutionContentsScaleFactor, |
@@ -878,6 +879,7 @@ void RenderProcessHostImpl::PropagateBrowserCommandLineToRenderer( |
cc::switches::kTraceAllRenderedFrames, |
cc::switches::kTraceOverdraw, |
cc::switches::kUseCheapnessEstimator, |
+ cc::switches::kUseColorEstimator, |
cc::switches::kCompositeToMailbox, |
}; |
renderer_cmd->CopySwitchesFrom(browser_cmd, kSwitchNames, |