Chromium Code Reviews| 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(); |
| + |
| DECLARE_VIRTUAL_TRACE(); |
| private: |