| Index: third_party/WebKit/Source/web/WebRuntimeFeatures.cpp
|
| diff --git a/third_party/WebKit/Source/web/WebRuntimeFeatures.cpp b/third_party/WebKit/Source/web/WebRuntimeFeatures.cpp
|
| index 501ab3b8aed143eaf3a240f54cc5d4c155c38b03..ad90c71ed554690305d8ddc8f349646e0e4a3f9b 100644
|
| --- a/third_party/WebKit/Source/web/WebRuntimeFeatures.cpp
|
| +++ b/third_party/WebKit/Source/web/WebRuntimeFeatures.cpp
|
| @@ -392,6 +392,10 @@ void WebRuntimeFeatures::enableVideoFullscreenOrientationLock(bool enable) {
|
| RuntimeEnabledFeatures::setVideoFullscreenOrientationLockEnabled(enable);
|
| }
|
|
|
| +void WebRuntimeFeatures::enableVideoFullscreenDetection(bool enable) {
|
| + RuntimeEnabledFeatures::setVideoFullscreenDetectionEnabled(enable);
|
| +}
|
| +
|
| void WebRuntimeFeatures::enableMediaControlsOverlayPlayButton(bool enable) {
|
| RuntimeEnabledFeatures::setMediaControlsOverlayPlayButtonEnabled(enable);
|
| }
|
|
|