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

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

Issue 949203002: Separate the text track container from the media controls (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: same size as media controls Created 5 years, 10 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 7706ad33c8ef803c3b2cd6939196a6bc656b06ab..7ec055769d48e318b45d5628ed3bb8d5d2fb2ddb 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