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

Unified Diff: Source/core/html/track/VideoTrack.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/TrackBase.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/html/track/VideoTrack.h
diff --git a/Source/core/html/track/VideoTrack.h b/Source/core/html/track/VideoTrack.h
index b6882910dce4f6c59df928c644dcb4def21a45aa..0fe40637bbff8ab5cd6ff8f324fafbb147bd64c4 100644
--- a/Source/core/html/track/VideoTrack.h
+++ b/Source/core/html/track/VideoTrack.h
@@ -43,6 +43,8 @@ private:
bool m_selected;
};
+DEFINE_TRACK_TYPE_CASTS(VideoTrack, TrackBase::VideoTrack);
+
}
#endif
« no previous file with comments | « Source/core/html/track/TrackBase.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698