| 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 e5f4997c7c1fa5a455d419429ba41aa1e59837f5..4ba7dc8d7d0ce5097b42561d3fc21414132f56f8 100644
|
| --- a/content/browser/renderer_host/render_process_host_impl.cc
|
| +++ b/content/browser/renderer_host/render_process_host_impl.cc
|
| @@ -974,6 +974,8 @@ void RenderProcessHostImpl::PropagateBrowserCommandLineToRenderer(
|
| switches::kEnableTouchDragDrop,
|
| switches::kEnableTouchEditing,
|
| switches::kEnableViewport,
|
| + switches::kEnableViewportMeta,
|
| + switches::kMainFrameResizesAreOrientationChanges,
|
| switches::kEnableVtune,
|
| switches::kEnableWebAnimationsCSS,
|
| switches::kEnableWebAnimationsSVG,
|
|
|