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

Unified Diff: third_party/WebKit/Source/core/html/track/TextTrackList.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/TextTrackList.h
diff --git a/third_party/WebKit/Source/core/html/track/TextTrackList.h b/third_party/WebKit/Source/core/html/track/TextTrackList.h
index e2057f5e974702c7ed8acd896539b05171b9c082..48f7aeaea495f42a5b32637cb1543a465514b9d1 100644
--- a/third_party/WebKit/Source/core/html/track/TextTrackList.h
+++ b/third_party/WebKit/Source/core/html/track/TextTrackList.h
@@ -40,7 +40,7 @@ namespace blink {
class GenericEventQueue;
class TextTrack;
-class TextTrackList final : public RefCountedGarbageCollectedEventTargetWithInlineData<TextTrackList> {
+class CORE_EXPORT TextTrackList final : public RefCountedGarbageCollectedEventTargetWithInlineData<TextTrackList> {
DEFINE_WRAPPERTYPEINFO();
REFCOUNTED_GARBAGE_COLLECTED_EVENT_TARGET(TextTrackList);
public:

Powered by Google App Engine
This is Rietveld 408576698