| 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 a9379ac84e7f0c027b610b1d1c9e623fa835692c..53b282201f09e2c7050ceb6192bd3b076ce4c752 100644
|
| --- a/content/browser/renderer_host/render_process_host_impl.cc
|
| +++ b/content/browser/renderer_host/render_process_host_impl.cc
|
| @@ -937,6 +937,7 @@ void RenderProcessHostImpl::PropagateBrowserCommandLineToRenderer(
|
| cc::switches::kShowScreenSpaceRects,
|
| cc::switches::kShowSurfaceDamageRects,
|
| cc::switches::kSlowDownRasterScaleFactor,
|
| + cc::switches::kStrictLayerPropertyChangeChecking,
|
| cc::switches::kTopControlsHeight,
|
| cc::switches::kTopControlsHideThreshold,
|
| cc::switches::kTopControlsShowThreshold,
|
|
|