| Index: third_party/WebKit/Source/core/html/HTMLVideoElement.h
|
| diff --git a/third_party/WebKit/Source/core/html/HTMLVideoElement.h b/third_party/WebKit/Source/core/html/HTMLVideoElement.h
|
| index d1ab80cc4c4a113e7b3f2610ea78311959270ca5..2c55d22483cc0a07add7157d46645bb3ad3bc90a 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLVideoElement.h
|
| +++ b/third_party/WebKit/Source/core/html/HTMLVideoElement.h
|
| @@ -61,6 +61,7 @@ public:
|
| bool webkitSupportsFullscreen();
|
| bool webkitDisplayingFullscreen();
|
| bool usesOverlayFullscreenVideo() const override;
|
| + WebMediaPlayer::OverlayFullscreenVideoMode overlayFullscreenVideoMode() const override;
|
|
|
| // Statistics
|
| unsigned webkitDecodedFrameCount() const;
|
|
|