Index: Source/core/html/HTMLMediaElement.h |
diff --git a/Source/core/html/HTMLMediaElement.h b/Source/core/html/HTMLMediaElement.h |
index 695bf5f26a0a1c41eb9a037c00dad760046256e4..8698189e6857a6a5fa6772ee21d89a108643b773 100644 |
--- a/Source/core/html/HTMLMediaElement.h |
+++ b/Source/core/html/HTMLMediaElement.h |
@@ -236,9 +236,9 @@ public: |
bool isFullscreen() const; |
virtual void enterFullscreen() OVERRIDE FINAL; |
- virtual bool hasClosedCaptions() const OVERRIDE FINAL; |
- virtual bool closedCaptionsVisible() const OVERRIDE FINAL; |
- virtual void setClosedCaptionsVisible(bool) OVERRIDE FINAL; |
+ bool hasClosedCaptions() const; |
+ bool closedCaptionsVisible() const; |
+ void setClosedCaptionsVisible(bool); |
MediaControls* mediaControls() const; |