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

Unified Diff: Source/core/dom/Node.h

Issue 988763002: Start separating the text track container from the media controls (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/dom/Node.h
diff --git a/Source/core/dom/Node.h b/Source/core/dom/Node.h
index 5b54e7c711bd213d26b06066d4d4d59993b8b996..bccf17c7efebf0cf6f77bbf54e68df00c5073534 100644
--- a/Source/core/dom/Node.h
+++ b/Source/core/dom/Node.h
@@ -257,6 +257,7 @@ public:
virtual bool isMediaControlElement() const { return false; }
virtual bool isMediaControls() const { return false; }
+ virtual bool isTextTrackContainer() const { return false; }
virtual bool isVTTElement() const { return false; }
virtual bool isAttributeNode() const { return false; }
virtual bool isCharacterDataNode() const { return false; }

Powered by Google App Engine
This is Rietveld 408576698