| 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..56063f77d78e7d8936bd96ccac15d5fcc1806047 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::kInvertViewportScrollOrder,
|
| switches::kEnableVtune,
|
| switches::kEnableWebBluetooth,
|
| switches::kEnableWebGLDraftExtensions,
|
|
|