Index: Source/web/WebRuntimeFeatures.cpp |
diff --git a/Source/web/WebRuntimeFeatures.cpp b/Source/web/WebRuntimeFeatures.cpp |
index 0f80ca6158001184bd952267599ff481badd9333..6c9c8bc4f594c1efad51c5eb3f055ac0c4abcaa1 100644 |
--- a/Source/web/WebRuntimeFeatures.cpp |
+++ b/Source/web/WebRuntimeFeatures.cpp |
@@ -396,4 +396,9 @@ void WebRuntimeFeatures::enableInputModeAttribute(bool enable) |
RuntimeEnabledFeatures::setInputModeAttributeEnabled(enable); |
} |
+void WebRuntimeFeatures::enableOverlayFullscreenVideo(bool enable) |
+{ |
+ RuntimeEnabledFeatures::setOverlayFullscreenVideoEnabled(enable); |
+} |
+ |
} // namespace WebKit |