Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(38)

Unified Diff: Source/core/html/track/TextTrackList.h

Issue 1118613002: Hook up Android closed captions 'enabled' setting to Blink (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebase and addressed lgtm nits Created 5 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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:

Powered by Google App Engine
This is Rietveld 408576698