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 77712f64e4d13ac663991e1173af5a62c7d4c819..bf7733b36b4895aa4acab385494b40e6665acbe9 100644 |
--- a/content/browser/renderer_host/render_process_host_impl.cc |
+++ b/content/browser/renderer_host/render_process_host_impl.cc |
@@ -1125,8 +1125,10 @@ void RenderProcessHostImpl::PropagateBrowserCommandLineToRenderer( |
cc::switches::kCompositeToMailbox, |
cc::switches::kDisableCompositedAntialiasing, |
cc::switches::kDisableCompositorTouchHitTesting, |
+ cc::switches::kDisableLowResTiling, |
cc::switches::kDisableThreadedAnimation, |
cc::switches::kEnableGpuBenchmarking, |
+ cc::switches::kEnableLowResTiling, |
piman
2014/03/13 00:52:00
Can you also add those to chrome/browser/chromeos/
|
cc::switches::kEnablePinchVirtualViewport, |
cc::switches::kEnableTopControlsPositionCalculation, |
cc::switches::kMaxTilesForInterestArea, |