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

Unified Diff: media/base/android/media_player_android.cc

Issue 16098014: Handle config changes for MSE on android (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 7 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: media/base/android/media_player_android.cc
diff --git a/media/base/android/media_player_android.cc b/media/base/android/media_player_android.cc
index 1b2b3692cb1b53e30ce3f5923ca27f1a48ca1e3a..bc1a3c0cd66b4e4411f11e029c78996ab2eba4d9 100644
--- a/media/base/android/media_player_android.cc
+++ b/media/base/android/media_player_android.cc
@@ -72,7 +72,7 @@ void MediaPlayerAndroid::ReadFromDemuxerAck(
NOTREACHED() << "Unexpected ipc received";
}
-void MediaPlayerAndroid::OnSeekRequestAck() {
+void MediaPlayerAndroid::OnSeekRequestAck(unsigned request_id) {
acolwell GONE FROM CHROMIUM 2013/06/04 15:19:14 nit: ditto
qinmin 2013/06/04 19:03:23 Done.
NOTREACHED() << "Unexpected ipc received";
}

Powered by Google App Engine
This is Rietveld 408576698