Index: Source/core/html/MediaControllerInterface.h |
diff --git a/Source/core/html/MediaControllerInterface.h b/Source/core/html/MediaControllerInterface.h |
index 481d6bd83f19b85a7e7201b4564a5f1166da3e96..652af40219f7389a52bf8598b3cb19ac802af982 100644 |
--- a/Source/core/html/MediaControllerInterface.h |
+++ b/Source/core/html/MediaControllerInterface.h |
@@ -49,10 +49,7 @@ public: |
virtual bool muted() const = 0; |
virtual void setMuted(bool) = 0; |
- virtual void enterFullscreen() = 0; |
- |
virtual bool hasAudio() const = 0; |
- virtual bool hasVideo() const = 0; |
virtual bool hasClosedCaptions() const = 0; |
virtual void setClosedCaptionsVisible(bool) = 0; |
virtual bool closedCaptionsVisible() const = 0; |