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

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

Issue 1659653002: Pass MSE media track info from ChunkDemuxer to blink::SourceBuffer (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@use-media-tracks-in-media
Patch Set: nit Created 4 years, 9 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
Index: third_party/WebKit/Source/core/html/track/AudioTrack.h
diff --git a/third_party/WebKit/Source/core/html/track/AudioTrack.h b/third_party/WebKit/Source/core/html/track/AudioTrack.h
index 3df4d78d37db2d908d945edc47896a9ade3a7213..c746ec1e11576b8dd4cb9afe406bd5ea83784b1e 100644
--- a/third_party/WebKit/Source/core/html/track/AudioTrack.h
+++ b/third_party/WebKit/Source/core/html/track/AudioTrack.h
@@ -46,7 +46,7 @@ private:
bool m_enabled;
};
-DEFINE_TRACK_TYPE_CASTS(AudioTrack, TrackBase::AudioTrack);
+DEFINE_TRACK_TYPE_CASTS(AudioTrack, WebMediaPlayer::AudioTrack);
} // namespace blink

Powered by Google App Engine
This is Rietveld 408576698