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

Unified Diff: third_party/WebKit/Source/core/html/track/TrackEvent.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/TrackEvent.h
diff --git a/third_party/WebKit/Source/core/html/track/TrackEvent.h b/third_party/WebKit/Source/core/html/track/TrackEvent.h
index 0e9d505e2abe112ef92223f2cffa92e8b2116660..6b39a98439ee2fc6a9dcda3634520374a4ccde76 100644
--- a/third_party/WebKit/Source/core/html/track/TrackEvent.h
+++ b/third_party/WebKit/Source/core/html/track/TrackEvent.h
@@ -34,7 +34,7 @@ namespace blink {
class VideoTrackOrAudioTrackOrTextTrack;
-class TrackEvent final : public Event {
+class CORE_EXPORT TrackEvent final : public Event {
DEFINE_WRAPPERTYPEINFO();
public:
~TrackEvent() override;

Powered by Google App Engine
This is Rietveld 408576698