| 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 90b14e69213d3247a946d2e19b02f5af37b2f617..ecd3a5a555738804a8ff8862f354a1a17dde6e4c 100644
|
| --- a/content/browser/renderer_host/render_process_host_impl.cc
|
| +++ b/content/browser/renderer_host/render_process_host_impl.cc
|
| @@ -1079,6 +1079,7 @@ void RenderProcessHostImpl::PropagateBrowserCommandLineToRenderer(
|
| cc::switches::kMaxTilesForInterestArea,
|
| cc::switches::kMaxUnusedResourceMemoryUsagePercentage,
|
| cc::switches::kNumRasterThreads,
|
| + cc::switches::kShowLayerAnimationBounds,
|
| cc::switches::kShowCompositedLayerBorders,
|
| cc::switches::kShowFPSCounter,
|
| cc::switches::kShowNonOccludingRects,
|
|
|