Chromium Code Reviews

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

Issue 1976183002: Add TextTrack::isVisualKind helper (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: One more Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: third_party/WebKit/Source/core/html/track/TextTrack.h
diff --git a/third_party/WebKit/Source/core/html/track/TextTrack.h b/third_party/WebKit/Source/core/html/track/TextTrack.h
index 7dc97611da1ea8fa941f093441f3dd3e1ccdf734..1f392fac18f32fd73b84cb3e4183a64979bfb989 100644
--- a/third_party/WebKit/Source/core/html/track/TextTrack.h
+++ b/third_party/WebKit/Source/core/html/track/TextTrack.h
@@ -59,6 +59,7 @@ public:
TextTrackList* trackList() { return m_trackList; }
void setKind(const AtomicString&) override;
+ bool isVisualKind() const;
static const AtomicString& subtitlesKeyword();
static const AtomicString& captionsKeyword();

Powered by Google App Engine