Index: Source/core/html/track/TextTrackList.h |
diff --git a/Source/core/html/track/TextTrackList.h b/Source/core/html/track/TextTrackList.h |
index acd72c76c96e81f0927a40d9133e85ff4611d3e7..384342f067cff9e14386f5ec299e391750bdb4c8 100644 |
--- a/Source/core/html/track/TextTrackList.h |
+++ b/Source/core/html/track/TextTrackList.h |
@@ -76,6 +76,8 @@ public: |
void scheduleChangeEvent(); |
void removeAllInbandTracks(); |
+ bool hasShowingTracks(); |
philipj_slow
2015/07/09 15:34:09
const?
srivats
2015/07/09 21:25:37
The method accesses item(i) which is not a const.
philipj_slow
2015/07/09 22:36:26
Acknowledged.
|
+ |
DECLARE_VIRTUAL_TRACE(); |
private: |