Index: Source/core/html/MediaController.h |
diff --git a/Source/core/html/MediaController.h b/Source/core/html/MediaController.h |
index c57299d994b101af510f770b00df3fd3cd97801b..196d419df8182c6e984e836a61e504e9a5ddf82b 100644 |
--- a/Source/core/html/MediaController.h |
+++ b/Source/core/html/MediaController.h |
@@ -85,7 +85,6 @@ public: |
enum PlaybackState { WAITING, PLAYING, ENDED }; |
const AtomicString& playbackState() const; |
- virtual bool supportsFullscreen() const OVERRIDE { return false; } |
virtual bool isFullscreen() const OVERRIDE { return false; } |
virtual void enterFullscreen() OVERRIDE { } |