| 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 bb762629a254f4f86a4cd356338fb0394cb557a5..9687ef24065c8a4a4612d6cb55dfc0cbb11067dd 100644
|
| --- a/content/browser/renderer_host/render_process_host_impl.cc
|
| +++ b/content/browser/renderer_host/render_process_host_impl.cc
|
| @@ -858,6 +858,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,
|
| };
|
|
|