| 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 5c8752f898098395bf1a04e34c7a6a9383c05fbc..083269562c899a0aa4478d15b8896974ff36156b 100644
|
| --- a/content/browser/renderer_host/render_process_host_impl.cc
|
| +++ b/content/browser/renderer_host/render_process_host_impl.cc
|
| @@ -1322,6 +1322,7 @@ void RenderProcessHostImpl::PropagateBrowserCommandLineToRenderer(
|
| switches::kExplicitlyAllowedPorts,
|
| switches::kForceDeviceScaleFactor,
|
| switches::kForceDisplayList2dCanvas,
|
| + switches::kForceOverlayFullscreenVideo,
|
| switches::kFullMemoryCrashReport,
|
| switches::kIPCConnectionTimeout,
|
| switches::kJavaScriptFlags,
|
|
|