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 ac873c88353dc2514a5b04d24c9f27be94ce7522..fcbce671a7e44ac7e3a581801df231a7349097ad 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: |