Index: third_party/WebKit/Source/core/html/track/TextTrack.h |
diff --git a/third_party/WebKit/Source/core/html/track/TextTrack.h b/third_party/WebKit/Source/core/html/track/TextTrack.h |
index d2ec84c2bd41cf545b156c23ab377fef75ce7930..f645a127dcdf26713a9e25e7d02897cf2bb04203 100644 |
--- a/third_party/WebKit/Source/core/html/track/TextTrack.h |
+++ b/third_party/WebKit/Source/core/html/track/TextTrack.h |
@@ -102,7 +102,8 @@ public: |
int trackIndex(); |
void invalidateTrackIndex(); |
- bool isRendered(); |
+ bool isRendered() const; |
+ bool canBeRendered() const; |
int trackIndexRelativeToRenderedTracks(); |
bool hasBeenConfigured() const { return m_hasBeenConfigured; } |