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

Unified Diff: third_party/WebKit/Source/core/html/track/VideoTrackList.cpp

Issue 2263823002: Deliver change notifications to SourceBuffer track lists. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Call VideoTrackList::trackSelected also the SourceBuffer track list Created 4 years, 4 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/VideoTrackList.cpp
diff --git a/third_party/WebKit/Source/core/html/track/VideoTrackList.cpp b/third_party/WebKit/Source/core/html/track/VideoTrackList.cpp
index 6f18d6e81a7499b5f34c9321a22b946c6a1b5eac..973b44afa23cdb18e5b5d165b9cf2f8c41e9c321 100644
--- a/third_party/WebKit/Source/core/html/track/VideoTrackList.cpp
+++ b/third_party/WebKit/Source/core/html/track/VideoTrackList.cpp
@@ -51,8 +51,6 @@ void VideoTrackList::trackSelected(WebMediaPlayer::TrackId selectedTrackId)
else
DCHECK(track->selected());
}
-
- scheduleChangeEvent();
}
} // namespace blink
« no previous file with comments | « third_party/WebKit/Source/core/html/track/VideoTrack.cpp ('k') | third_party/WebKit/Source/modules/mediasource/MediaSource.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698