| 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 de389a6625f4e38221d18267a4b7d15cd0a3eb10..8b80d69ed062a853985d99fdcc68d31fc9539194 100644
|
| --- a/content/browser/renderer_host/render_process_host_impl.cc
|
| +++ b/content/browser/renderer_host/render_process_host_impl.cc
|
| @@ -851,6 +851,7 @@ void RenderProcessHostImpl::PropagateBrowserCommandLineToRenderer(
|
| cc::switches::kEnableCompositorFrameMessage,
|
| cc::switches::kEnableImplSidePainting,
|
| cc::switches::kEnablePartialSwap,
|
| + cc::switches::kEnableTopControlsPositionCalculation,
|
| cc::switches::kNumRasterThreads,
|
| cc::switches::kShowPropertyChangedRects,
|
| cc::switches::kShowSurfaceDamageRects,
|
| @@ -859,6 +860,7 @@ void RenderProcessHostImpl::PropagateBrowserCommandLineToRenderer(
|
| cc::switches::kShowNonOccludingRects,
|
| cc::switches::kShowOccludingRects,
|
| cc::switches::kTraceOverdraw,
|
| + cc::switches::kTopControlsHeight,
|
| };
|
| renderer_cmd->CopySwitchesFrom(browser_cmd, kSwitchNames,
|
| arraysize(kSwitchNames));
|
|
|