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

Unified Diff: third_party/WebKit/Source/core/html/track/AudioTrackList.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/AudioTrackList.h
diff --git a/third_party/WebKit/Source/core/html/track/AudioTrackList.h b/third_party/WebKit/Source/core/html/track/AudioTrackList.h
index bd3cda2ff01f1485f89719ddaa1835dc8b3b83e5..fff1ecde339843b27ff8de408d9ed619e66c1807 100644
--- a/third_party/WebKit/Source/core/html/track/AudioTrackList.h
+++ b/third_party/WebKit/Source/core/html/track/AudioTrackList.h
@@ -10,7 +10,7 @@
namespace blink {
-class AudioTrackList final : public TrackListBase<AudioTrack> {
+class CORE_EXPORT AudioTrackList final : public TrackListBase<AudioTrack> {
DEFINE_WRAPPERTYPEINFO();
public:
static AudioTrackList* create(HTMLMediaElement&);

Powered by Google App Engine
This is Rietveld 408576698