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

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: addressing comments Created 7 years, 6 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..53cb6ad3002f1a26662740a0a05f85f144527d44 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 seek_request_id);
int player_id() { return player_id_; }

Powered by Google App Engine
This is Rietveld 408576698