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

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

Issue 691313002: MSE: Implement TrackDefault object (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Address sof@'s PS6 comments and add a couple tests for constructor TypeError Created 6 years, 1 month 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/TextTrack.h
diff --git a/Source/core/html/track/TextTrack.h b/Source/core/html/track/TextTrack.h
index 137b6439d2685470fde346dc61fd35b11c8b057a..b90c943d9ff17a35c194e4f797131a9b3fffc5b4 100644
--- a/Source/core/html/track/TextTrack.h
+++ b/Source/core/html/track/TextTrack.h
@@ -65,6 +65,7 @@ public:
static const AtomicString& chaptersKeyword();
static const AtomicString& metadataKeyword();
static bool isValidKindKeyword(const AtomicString&);
+ static bool isValidKindKeyword(const String&);
static const AtomicString& disabledKeyword();
static const AtomicString& hiddenKeyword();

Powered by Google App Engine
This is Rietveld 408576698