| 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 d4da1d4bb6376591e332a546da3f5d35088470e9..fcc5af419e5abb6ddebbaba1b218c9faca48967a 100644
|
| --- a/content/browser/renderer_host/render_process_host_impl.cc
|
| +++ b/content/browser/renderer_host/render_process_host_impl.cc
|
| @@ -1299,6 +1299,7 @@ void RenderProcessHostImpl::PropagateBrowserCommandLineToRenderer(
|
| switches::kEnableUnsafeES3APIs,
|
| switches::kEnableViewport,
|
| switches::kEnableViewportMeta,
|
| + switches::kInvertViewportScrollOrder,
|
| switches::kEnableVtune,
|
| switches::kEnableWebBluetooth,
|
| switches::kEnableWebGLDraftExtensions,
|
|
|