| 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 d4860f37298872d27141403d9d7da577c8a881db..49530640598bcd4a97b0aadab3a20a71b19e7403 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLMediaElement.h
|
| +++ b/third_party/WebKit/Source/core/html/HTMLMediaElement.h
|
| @@ -253,8 +253,6 @@ class CORE_EXPORT HTMLMediaElement : public HTMLElement,
|
| }
|
|
|
| bool isFullscreen() const;
|
| - void enterFullscreen();
|
| - void exitFullscreen();
|
| void didEnterFullscreen();
|
| void didExitFullscreen();
|
| virtual bool usesOverlayFullscreenVideo() const { return false; }
|
|
|