| Index: Source/core/html/HTMLVideoElement.h
|
| diff --git a/Source/core/html/HTMLVideoElement.h b/Source/core/html/HTMLVideoElement.h
|
| index be995d342689db3b1435c49be621f619332a2db2..f1ef3547fecb9639bbbac321baf95130d6a3708b 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 useOverlayFullscreenVideo() const override;
|
|
|
| // Statistics
|
| unsigned webkitDecodedFrameCount() const;
|
|
|