| 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 5d947a12be77f0f5619accee8f7a4ec7b5485f22..540c6fe15bbb51a9b826cb79032e0a6b94304fc6 100644
|
| --- a/third_party/WebKit/Source/web/WebRuntimeFeatures.cpp
|
| +++ b/third_party/WebKit/Source/web/WebRuntimeFeatures.cpp
|
| @@ -356,4 +356,8 @@ void WebRuntimeFeatures::enableRemotePlaybackAPI(bool enable) {
|
| RuntimeEnabledFeatures::setRemotePlaybackEnabled(enable);
|
| }
|
|
|
| +void WebRuntimeFeatures::enableVideoFullscreenOrientationLock(bool enable) {
|
| + RuntimeEnabledFeatures::setVideoFullscreenOrientationLockEnabled(enable);
|
| +}
|
| +
|
| } // namespace blink
|
|
|