Index: content/child/runtime_features.cc |
diff --git a/content/child/runtime_features.cc b/content/child/runtime_features.cc |
index 7f610f112dcda07061326bdebbc186090a8f954e..8e57d9c40cc49b31a485d8bf08b46f858190d4ee 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); |