| Index: Source/core/html/track/TextTrack.h
|
| diff --git a/Source/core/html/track/TextTrack.h b/Source/core/html/track/TextTrack.h
|
| index e7e8833be3ad0df81ba6543b6f9904827e954709..19d1ee36f3fed48f09fb1057e0330291bd629a53 100644
|
| --- a/Source/core/html/track/TextTrack.h
|
| +++ b/Source/core/html/track/TextTrack.h
|
| @@ -113,12 +113,6 @@ public:
|
| enum TextTrackType { TrackElement, AddTrack, InBand };
|
| TextTrackType trackType() const { return m_trackType; }
|
|
|
| - virtual bool isClosedCaptions() const { return false; }
|
| -
|
| - virtual bool containsOnlyForcedSubtitles() const { return false; }
|
| - virtual bool isMainProgramContent() const;
|
| - virtual bool isEasyToRead() const { return false; }
|
| -
|
| int trackIndex();
|
| void invalidateTrackIndex();
|
|
|
|
|