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 36d6091242b89b8c76570a4d9c715c52cc39ebb9..58978fcc6610b72b49c1ca883c8c350b5234406f 100644 |
--- a/content/browser/renderer_host/render_process_host_impl.cc |
+++ b/content/browser/renderer_host/render_process_host_impl.cc |
@@ -1348,6 +1348,7 @@ void RenderProcessHostImpl::PropagateBrowserCommandLineToRenderer( |
cc::switches::kEnableBeginFrameScheduling, |
cc::switches::kEnableGpuBenchmarking, |
cc::switches::kEnableMainFrameBeforeActivation, |
+ cc::switches::kMaxTilesForInterestArea, |
cc::switches::kMaxUnusedResourceMemoryUsagePercentage, |
cc::switches::kShowCompositedLayerBorders, |
cc::switches::kShowFPSCounter, |