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

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

Issue 994353003: Hide call to removeDisplayTree in CueTimeline (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 9 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
« no previous file with comments | « no previous file | Source/core/html/track/CueTimeline.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/html/track/CueTimeline.h
diff --git a/Source/core/html/track/CueTimeline.h b/Source/core/html/track/CueTimeline.h
index 2437cfa648eb0f4f538e8f3e1d04b1e27377e61c..b4aa9def72331ea7fa6a83399d15b14135615079 100644
--- a/Source/core/html/track/CueTimeline.h
+++ b/Source/core/html/track/CueTimeline.h
@@ -31,6 +31,8 @@ public:
void removeCues(TextTrack*, const TextTrackCueList*);
void removeCue(TextTrack*, PassRefPtrWillBeRawPtr<TextTrackCue>);
+ void hideCues(TextTrack*, const TextTrackCueList*);
+
void updateActiveCues(double);
bool ignoreUpdateRequests() const { return m_ignoreUpdate > 0; }
« no previous file with comments | « no previous file | Source/core/html/track/CueTimeline.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698