Index: Source/core/html/HTMLMediaElement.h |
diff --git a/Source/core/html/HTMLMediaElement.h b/Source/core/html/HTMLMediaElement.h |
index 2c687bb2bd08bc7b5f3c446a021af514e6d5879a..d6b67a84160e937ff61f1d260f9c5752aa1c5bd2 100644 |
--- a/Source/core/html/HTMLMediaElement.h |
+++ b/Source/core/html/HTMLMediaElement.h |
@@ -83,9 +83,6 @@ public: |
virtual bool hasVideo() const OVERRIDE { return false; } |
virtual bool hasAudio() const OVERRIDE FINAL; |
- // Eventually overloaded in HTMLVideoElement |
- virtual bool supportsFullscreen() const OVERRIDE { return false; } |
- |
bool supportsSave() const; |
blink::WebLayer* platformLayer() const; |