Index: Source/core/html/track/InbandTextTrack.h |
diff --git a/Source/core/html/track/InbandTextTrack.h b/Source/core/html/track/InbandTextTrack.h |
index dde574d1821ee085e81560a163225725723cb9c0..c72bfc0edcc43fbff8aa79860b5ab27b3a1b802b 100644 |
--- a/Source/core/html/track/InbandTextTrack.h |
+++ b/Source/core/html/track/InbandTextTrack.h |
@@ -42,10 +42,6 @@ public: |
static PassRefPtr<InbandTextTrack> create(Document&, TextTrackClient*, PassRefPtr<InbandTextTrackPrivate>); |
virtual ~InbandTextTrack(); |
- virtual bool isClosedCaptions() const OVERRIDE; |
- virtual bool containsOnlyForcedSubtitles() const OVERRIDE; |
- virtual bool isMainProgramContent() const OVERRIDE; |
- virtual bool isEasyToRead() const OVERRIDE; |
virtual void setMode(const AtomicString&) OVERRIDE; |
size_t inbandTrackIndex(); |
void trackRemoved(); |