| 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 75429196b98b62a1b1d308ff2ce32519343f8cd2..b8b33bffa5d84763fac9564647c2071f64abb364 100644
|
| --- a/third_party/WebKit/public/web/WebRuntimeFeatures.h
|
| +++ b/third_party/WebKit/public/web/WebRuntimeFeatures.h
|
| @@ -145,6 +145,7 @@ class WebRuntimeFeatures {
|
| BLINK_EXPORT static void enableSendBeaconThrowForBlobWithNonSimpleType(bool);
|
| BLINK_EXPORT static void enableBackgroundVideoTrackOptimization(bool);
|
| BLINK_EXPORT static void enableVideoFullscreenOrientationLock(bool);
|
| + BLINK_EXPORT static void enableVideoFullscreenDetection(bool);
|
| BLINK_EXPORT static void enableMediaControlsOverlayPlayButton(bool);
|
|
|
| private:
|
|
|