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

Unified Diff: Source/core/html/track/vtt/VTTCue.h

Issue 1013393004: Eliminate TextTrackCue::updateDisplayTree() (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: coerce m_isPastNode to bool 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 | « Source/core/html/track/TextTrackCue.h ('k') | Source/core/html/track/vtt/VTTCue.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/html/track/vtt/VTTCue.h
diff --git a/Source/core/html/track/vtt/VTTCue.h b/Source/core/html/track/vtt/VTTCue.h
index a0f770294aeaaecc77a797558b1f927bab4c34cc..b93cb2daaff4371eaa8b24ad479903acd582c24e 100644
--- a/Source/core/html/track/vtt/VTTCue.h
+++ b/Source/core/html/track/vtt/VTTCue.h
@@ -110,10 +110,9 @@ public:
virtual void updateDisplay(HTMLDivElement& container) override;
- virtual void updateDisplayTree(double movieTime) override;
- virtual void removeDisplayTree(RemovalNotification) override;
+ virtual void updatePastAndFutureNodes(double movieTime) override;
- void markFutureAndPastNodes(ContainerNode*, double previousTimestamp, double movieTime);
+ virtual void removeDisplayTree(RemovalNotification) override;
float calculateComputedLinePosition() const;
« no previous file with comments | « Source/core/html/track/TextTrackCue.h ('k') | Source/core/html/track/vtt/VTTCue.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698