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 bc4737e49000f89e0d44dc372d1e7837eab185f0..0f81d51cdc9b26f45172de5a8c8c185769f83117 100644 |
--- a/content/browser/renderer_host/render_process_host_impl.cc |
+++ b/content/browser/renderer_host/render_process_host_impl.cc |
@@ -1451,6 +1451,7 @@ void RenderProcessHostImpl::PropagateBrowserCommandLineToRenderer( |
cc::switches::kEnableBeginFrameScheduling, |
cc::switches::kEnableGpuBenchmarking, |
cc::switches::kEnableMainFrameBeforeActivation, |
+ cc::switches::kEnableTileCompression, |
cc::switches::kShowCompositedLayerBorders, |
cc::switches::kShowLayerAnimationBounds, |
cc::switches::kShowPropertyChangedRects, |