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 daab2692e1a62867988de10a616ed255498e2938..e4b11092926cc71dcf3e1a6ff86272f3a943af9d 100644 |
--- a/content/browser/renderer_host/render_process_host_impl.cc |
+++ b/content/browser/renderer_host/render_process_host_impl.cc |
@@ -1358,6 +1358,7 @@ void RenderProcessHostImpl::PropagateBrowserCommandLineToRenderer( |
switches::kEnableThreadedCompositing, |
switches::kEnableTouchDragDrop, |
switches::kEnableUnsafeES3APIs, |
+ switches::kEnableUseZoomForDSF, |
switches::kEnableViewport, |
switches::kEnableVtune, |
switches::kEnableWebBluetooth, |