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