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

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

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.h
diff --git a/media/base/android/media_player_android.h b/media/base/android/media_player_android.h
index 0e2a7dc68927240334b9b7418d130bf4791f63bb..de0c5a94bfad4faae8fc49d00efc3b315574c19a 100644
--- a/media/base/android/media_player_android.h
+++ b/media/base/android/media_player_android.h
@@ -88,7 +88,7 @@ class MEDIA_EXPORT MediaPlayerAndroid {
const MediaPlayerHostMsg_ReadFromDemuxerAck_Params& params);
// Called when a seek request is acked by the render process.
- virtual void OnSeekRequestAck();
+ virtual void OnSeekRequestAck(unsigned request_id);
acolwell GONE FROM CHROMIUM 2013/06/04 15:19:14 nit:s/request/seek_request/
qinmin 2013/06/04 19:03:23 Done.
int player_id() { return player_id_; }

Powered by Google App Engine
This is Rietveld 408576698