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

Unified Diff: third_party/WebKit/Source/core/html/HTMLMediaElement.h

Issue 1867053005: Improve HTMLMediaElement media track status logging (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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/HTMLMediaElement.h
diff --git a/third_party/WebKit/Source/core/html/HTMLMediaElement.h b/third_party/WebKit/Source/core/html/HTMLMediaElement.h
index a90d46750ed94108f3485e12de823c6ced35d227..3693e72dd9aab26b43cf649ae103a02a0de0ec3a 100644
--- a/third_party/WebKit/Source/core/html/HTMLMediaElement.h
+++ b/third_party/WebKit/Source/core/html/HTMLMediaElement.h
@@ -174,7 +174,7 @@ public:
void togglePlayState();
AudioTrackList& audioTracks();
- void audioTrackChanged();
+ void audioTrackChanged(WebMediaPlayer::TrackId, bool enabled);
VideoTrackList& videoTracks();
void selectedVideoTrackChanged(WebMediaPlayer::TrackId*);

Powered by Google App Engine
This is Rietveld 408576698