| 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 f6e3c31acd5d74a2dba6927a2601cf3feca86ddf..c21545e1671d3c7979ad3e1aac7921b10b85409a 100644
|
| --- a/content/browser/renderer_host/render_process_host_impl.cc
|
| +++ b/content/browser/renderer_host/render_process_host_impl.cc
|
| @@ -1320,6 +1320,7 @@ void RenderProcessHostImpl::PropagateBrowserCommandLineToRenderer(
|
| switches::kMainFrameResizesAreOrientationChanges,
|
| switches::kMaxUntiledLayerWidth,
|
| switches::kMaxUntiledLayerHeight,
|
| + switches::kMediaUseMultibuffer,
|
| switches::kMemoryMetrics,
|
| switches::kNoReferrers,
|
| switches::kNoSandbox,
|
|
|