Index: Source/web/WebRuntimeFeatures.cpp |
diff --git a/Source/web/WebRuntimeFeatures.cpp b/Source/web/WebRuntimeFeatures.cpp |
index 37d0ed0283a0f9ec3c5a8b0326196975d390c279..f1e4d6219696de60b3646cffe971efedf1bf23d7 100644 |
--- a/Source/web/WebRuntimeFeatures.cpp |
+++ b/Source/web/WebRuntimeFeatures.cpp |
@@ -317,4 +317,9 @@ void WebRuntimeFeatures::enableWebVR(bool enable) |
RuntimeEnabledFeatures::setWebVREnabled(enable); |
} |
+void WebRuntimeFeatures::enableNewMediaPlaybackUi(bool enable) |
+{ |
+ RuntimeEnabledFeatures::setNewMediaPlaybackUiEnabled(enable); |
+} |
+ |
} // namespace blink |