diff options
Diffstat (limited to 'content/child/runtime_features.cc')
-rw-r--r-- | content/child/runtime_features.cc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/content/child/runtime_features.cc b/content/child/runtime_features.cc index 7f610f1..8e57d9c 100644 --- a/content/child/runtime_features.cc +++ b/content/child/runtime_features.cc @@ -132,6 +132,9 @@ void SetRuntimeFeaturesDefaultsAndUpdateFromArgs( if (command_line.HasSwitch(switches::kEnableHTMLImports)) WebRuntimeFeatures::enableHTMLImports(true); + if (command_line.HasSwitch(switches::kEnableOverlayFullscreenVideo)) + WebRuntimeFeatures::enableOverlayFullscreenVideo(true); + if (command_line.HasSwitch(switches::kEnableOverlayScrollbars)) WebRuntimeFeatures::enableOverlayScrollbars(true); |