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

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

Issue 1013393004: Eliminate TextTrackCue::updateDisplayTree() (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
Index: Source/core/html/track/vtt/VTTElement.h
diff --git a/Source/core/html/track/vtt/VTTElement.h b/Source/core/html/track/vtt/VTTElement.h
index ebdd4e7841303c994b1477c9b5c69b9dc36ea2f1..20b522804a45256a98b6269c3b662afaa4e6cc6c 100644
--- a/Source/core/html/track/vtt/VTTElement.h
+++ b/Source/core/html/track/vtt/VTTElement.h
@@ -54,7 +54,7 @@ public:
VTTNodeType webVTTNodeType() const { return static_cast<VTTNodeType>(m_webVTTNodeType); }
bool isPastNode() const { return m_isPastNode; }
- void setIsPastNode(bool value) { m_isPastNode = value; }
+ void setIsPastNode(bool);
virtual bool isVTTElement() const override { return true; }
AtomicString language() const { return m_language; }

Powered by Google App Engine
This is Rietveld 408576698