| Index: third_party/WebKit/public/web/WebRuntimeFeatures.h
|
| diff --git a/third_party/WebKit/public/web/WebRuntimeFeatures.h b/third_party/WebKit/public/web/WebRuntimeFeatures.h
|
| index fe4b0e0c16c6013323e5db88655cc1fee9e8a649..123b0028e32ada65410b91e0b1e5474a9d0519aa 100644
|
| --- a/third_party/WebKit/public/web/WebRuntimeFeatures.h
|
| +++ b/third_party/WebKit/public/web/WebRuntimeFeatures.h
|
| @@ -137,6 +137,7 @@ class WebRuntimeFeatures {
|
| BLINK_EXPORT static void enableCanvas2dDynamicRenderingModeSwitching(bool);
|
| BLINK_EXPORT static void enableSendBeaconThrowForBlobWithNonSimpleType(bool);
|
| BLINK_EXPORT static void enableBackgroundVideoTrackOptimization(bool);
|
| + BLINK_EXPORT static void enableVideoFullscreenOrientationLock(bool);
|
|
|
| private:
|
| WebRuntimeFeatures();
|
|
|