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

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

Issue 392193002: Apply toFoo generation macro to TrackBase classes (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 5 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
« no previous file with comments | « Source/core/html/track/AudioTrack.h ('k') | Source/core/html/track/TrackBase.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/html/track/TextTrack.h
diff --git a/Source/core/html/track/TextTrack.h b/Source/core/html/track/TextTrack.h
index 86f1e30191bdc1b55c87acae53377111a1ea589c..31cad36b9befe950e9c2de2dd7e4e8514aa49d8c 100644
--- a/Source/core/html/track/TextTrack.h
+++ b/Source/core/html/track/TextTrack.h
@@ -140,6 +140,8 @@ private:
bool m_hasBeenConfigured;
};
+DEFINE_TRACK_TYPE_CASTS(TextTrack, TrackBase::TextTrack);
+
} // namespace WebCore
#endif
« no previous file with comments | « Source/core/html/track/AudioTrack.h ('k') | Source/core/html/track/TrackBase.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698