Index: Source/core/html/MediaController.h |
diff --git a/Source/core/html/MediaController.h b/Source/core/html/MediaController.h |
index 45d97683634fa338d090f82e6efcf92d72d85bb9..1505b2d258759ffa4e70fe68849e8f5b598f7273 100644 |
--- a/Source/core/html/MediaController.h |
+++ b/Source/core/html/MediaController.h |
@@ -84,10 +84,7 @@ public: |
enum PlaybackState { WAITING, PLAYING, ENDED }; |
const AtomicString& playbackState() const; |
- virtual void enterFullscreen() OVERRIDE { } |
- |
virtual bool hasAudio() const OVERRIDE; |
- virtual bool hasVideo() const OVERRIDE; |
virtual void beginScrubbing() OVERRIDE; |
virtual void endScrubbing() OVERRIDE; |