| Index: Source/core/html/HTMLMediaElement.h
|
| diff --git a/Source/core/html/HTMLMediaElement.h b/Source/core/html/HTMLMediaElement.h
|
| index f8454da2f59338cae6884edc5213ab645d6aa6b3..4a9d226cbc8acb1b42e107ee3abf77c4c9e4aa76 100644
|
| --- a/Source/core/html/HTMLMediaElement.h
|
| +++ b/Source/core/html/HTMLMediaElement.h
|
| @@ -221,8 +221,6 @@ public:
|
| bool hasSingleSecurityOrigin() const { return !m_player || (webMediaPlayer() && webMediaPlayer()->hasSingleSecurityOrigin()); }
|
|
|
| bool isFullscreen() const;
|
| - void enterFullscreen();
|
| - void exitFullscreen();
|
|
|
| bool hasClosedCaptions() const;
|
| bool closedCaptionsVisible() const;
|
|
|