| 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 245af8cf7f3fdc32b7c7f1a361f6a28cbe73ccb0..3354a2229edd572b4caf476931f498cb76df9a37 100644
|
| --- a/content/browser/renderer_host/render_process_host_impl.cc
|
| +++ b/content/browser/renderer_host/render_process_host_impl.cc
|
| @@ -1075,6 +1075,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,
|
|
|