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 b08f4d045a6f7241bd846bda50d941286b17e8c5..e864f813ef9b88cd4afc56219ca9042b2069a00b 100644 |
--- a/content/browser/renderer_host/render_process_host_impl.cc |
+++ b/content/browser/renderer_host/render_process_host_impl.cc |
@@ -965,6 +965,7 @@ void RenderProcessHostImpl::PropagateBrowserCommandLineToRenderer( |
cc::switches::kEnableImplSidePainting, |
cc::switches::kEnablePartialSwap, |
cc::switches::kEnablePerTilePainting, |
+ cc::switches::kEnablePinchVirtualViewport, |
cc::switches::kEnableRightAlignedScheduling, |
cc::switches::kEnableTopControlsPositionCalculation, |
cc::switches::kForceDirectLayerDrawing, |