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 31d47947052ca8f6161477f03c964496d6b80cdd..eab55f2daccb9205b1671f0a7218cb4f91c668c9 100644 |
--- a/third_party/WebKit/Source/core/html/track/TextTrack.h |
+++ b/third_party/WebKit/Source/core/html/track/TextTrack.h |
@@ -104,6 +104,7 @@ public: |
void invalidateTrackIndex(); |
bool isRendered(); |
+ bool canBeRendered(); |
philipj_slow
2016/03/01 13:01:17
Can this not be const? Can you drive-by fix isRend
srivats
2016/03/30 00:46:43
Done.
|
int trackIndexRelativeToRenderedTracks(); |
bool hasBeenConfigured() const { return m_hasBeenConfigured; } |