| 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 c355fa23fa8f49055e357d58baf516ec6b970ade..4de7eb959a90fea7f40f9fa91c53b7bba1644aa7 100644
|
| --- a/content/browser/renderer_host/render_process_host_impl.cc
|
| +++ b/content/browser/renderer_host/render_process_host_impl.cc
|
| @@ -1480,6 +1480,7 @@ void RenderProcessHostImpl::PropagateBrowserCommandLineToRenderer(
|
| switches::kForceDisplayList2dCanvas,
|
| switches::kForceOverlayFullscreenVideo,
|
| switches::kFullMemoryCrashReport,
|
| + switches::kInertVisualViewport,
|
| switches::kIPCConnectionTimeout,
|
| switches::kJavaScriptFlags,
|
| switches::kLoggingLevel,
|
|
|