| Index: third_party/WebKit/Source/core/html/HTMLMediaElement.h
|
| diff --git a/third_party/WebKit/Source/core/html/HTMLMediaElement.h b/third_party/WebKit/Source/core/html/HTMLMediaElement.h
|
| index 164db457e18362d13235c2c64e4c1da205937ec6..2c9b6bc98bed2ee440b5bf5df6cb41d6ffe494d2 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLMediaElement.h
|
| +++ b/third_party/WebKit/Source/core/html/HTMLMediaElement.h
|
| @@ -253,6 +253,8 @@ class CORE_EXPORT HTMLMediaElement : public HTMLElement,
|
| bool isFullscreen() const;
|
| void enterFullscreen();
|
| void exitFullscreen();
|
| + void didEnterFullscreen();
|
| + void didExitFullscreen();
|
| virtual bool usesOverlayFullscreenVideo() const { return false; }
|
|
|
| bool hasClosedCaptions() const;
|
| @@ -351,8 +353,6 @@ class CORE_EXPORT HTMLMediaElement : public HTMLElement,
|
|
|
| bool canStartSelection() const override { return false; }
|
|
|
| - void didBecomeFullscreenElement() final;
|
| - void willStopBeingFullscreenElement() final;
|
| bool isInteractiveContent() const final;
|
|
|
| // ActiveDOMObject functions.
|
|
|