| 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 38cc0ab5e34c1b2dffb05e731995f0810394a9b7..c90a04cf8c8bd2e0d9366126adbb63faddf638d1 100644
|
| --- a/content/browser/renderer_host/render_process_host_impl.cc
|
| +++ b/content/browser/renderer_host/render_process_host_impl.cc
|
| @@ -1297,6 +1297,7 @@ void RenderProcessHostImpl::PropagateBrowserCommandLineToRenderer(
|
| switches::kEnableUnsafeES3APIs,
|
| switches::kEnableViewport,
|
| switches::kEnableViewportMeta,
|
| + switches::kEnableViewportScrollOrderExperiment,
|
| switches::kEnableVtune,
|
| switches::kEnableWebBluetooth,
|
| switches::kEnableWebGLDraftExtensions,
|
|
|