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