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

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

Issue 993563002: Remove internal uses of TrackDisplayUpdateScope 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 52d44db03b2fbf11a6eaf9e209a270cc77d92d70..2437cfa648eb0f4f538e8f3e1d04b1e27377e61c 100644
--- a/Source/core/html/track/CueTimeline.h
+++ b/Source/core/html/track/CueTimeline.h
@@ -44,6 +44,9 @@ public:
private:
HTMLMediaElement& mediaElement() const { return *m_mediaElement; }
+ void addCueInternal(PassRefPtrWillBeRawPtr<TextTrackCue>);
+ void removeCueInternal(PassRefPtrWillBeRawPtr<TextTrackCue>);
+
RawPtrWillBeMember<HTMLMediaElement> m_mediaElement;
CueIntervalTree m_cueTree;
« 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