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

Unified Diff: Source/core/html/track/AudioTrack.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/bindings/core/v8/custom/V8TrackEventCustom.cpp ('k') | Source/core/html/track/TextTrack.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/html/track/AudioTrack.h
diff --git a/Source/core/html/track/AudioTrack.h b/Source/core/html/track/AudioTrack.h
index 64d68cfc2d512b93af331ed83af4a93fe7bc9e8c..dee66483a8d153293ce15bad53dc188b8504e203 100644
--- a/Source/core/html/track/AudioTrack.h
+++ b/Source/core/html/track/AudioTrack.h
@@ -39,6 +39,8 @@ private:
bool m_enabled;
};
+DEFINE_TRACK_TYPE_CASTS(AudioTrack, TrackBase::AudioTrack);
+
}
#endif
« no previous file with comments | « Source/bindings/core/v8/custom/V8TrackEventCustom.cpp ('k') | Source/core/html/track/TextTrack.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698