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 9b1dc0392dd5036bf06db227bc035b4009fecec7..6fb96639a9ad86e1b6e93f32b2500ba0e226a5ee 100644 |
--- a/content/browser/renderer_host/render_process_host_impl.cc |
+++ b/content/browser/renderer_host/render_process_host_impl.cc |
@@ -863,6 +863,8 @@ void RenderProcessHostImpl::PropagateBrowserCommandLineToRenderer( |
cc::switches::kShowOccludingRects, |
cc::switches::kTraceOverdraw, |
cc::switches::kTopControlsHeight, |
+ cc::switches::kTopControlsShowThreshold, |
+ cc::switches::kTopControlsHideThreshold, |
cc::switches::kSlowDownRasterScaleFactor, |
cc::switches::kUseCheapnessEstimator, |
}; |