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 cd22c371d12c8b429cbc90a8152d043433ba0e64..eade1543a1c5355f9d39bbd36dbb95604692c55e 100644 |
--- a/content/browser/renderer_host/render_process_host_impl.cc |
+++ b/content/browser/renderer_host/render_process_host_impl.cc |
@@ -852,6 +852,7 @@ void RenderProcessHostImpl::PropagateBrowserCommandLineToRenderer( |
cc::switches::kEnableImplSidePainting, |
cc::switches::kEnablePartialSwap, |
cc::switches::kEnableRightAlignedScheduling, |
+ cc::switches::kEnableSolidColorBenchmarking, |
cc::switches::kEnableTopControlsPositionCalculation, |
cc::switches::kNumRasterThreads, |
cc::switches::kShowPropertyChangedRects, |