| 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 d93a026ef2792fe7219a2f97d5564b819d830df5..098e77e2e0f7bd71de7d1e586d3408f0250c331f 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 EnableVideoRotateToFullscreen(bool);
|
| BLINK_EXPORT static void EnableVideoFullscreenDetection(bool);
|
| BLINK_EXPORT static void EnableMediaControlsOverlayPlayButton(bool);
|
|
|
|
|