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

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: rebase 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 41fe86e33dc372393ecdff04b0b59ca8e63feb14..c5abbb9ae178fb4fc1a13993659cc94fb68e9c4c 100644
--- a/media/base/android/media_player_android.h
+++ b/media/base/android/media_player_android.h
@@ -94,7 +94,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_; }
« no previous file with comments | « media/base/android/java/src/org/chromium/media/MediaCodecBridge.java ('k') | media/base/android/media_player_android.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698