Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1350)

Unified Diff: Source/web/WebRuntimeFeatures.cpp

Issue 22454003: Support subtitles for native fullscreen video (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: revert video-controls-override.html Created 7 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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

Powered by Google App Engine
This is Rietveld 408576698