| Index: Source/core/html/HTMLVideoElement.h
|
| diff --git a/Source/core/html/HTMLVideoElement.h b/Source/core/html/HTMLVideoElement.h
|
| index be995d342689db3b1435c49be621f619332a2db2..d5d0b76ef0d5c99127ea3920cdd85969cb49b89f 100644
|
| --- a/Source/core/html/HTMLVideoElement.h
|
| +++ b/Source/core/html/HTMLVideoElement.h
|
| @@ -59,6 +59,7 @@ public:
|
| void webkitExitFullscreen();
|
| bool webkitSupportsFullscreen();
|
| bool webkitDisplayingFullscreen();
|
| + bool supportsOverlayFullscreenVideo() const override;
|
|
|
| // Statistics
|
| unsigned webkitDecodedFrameCount() const;
|
|
|