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

Unified Diff: webkit/renderer/media/android/webmediaplayer_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: webkit/renderer/media/android/webmediaplayer_android.h
diff --git a/webkit/renderer/media/android/webmediaplayer_android.h b/webkit/renderer/media/android/webmediaplayer_android.h
index 39222b7a0ea2cf888c7d48ae388e7465d4e2bf8d..437700cc6a76b7f349be9880b928ac12804e676e 100644
--- a/webkit/renderer/media/android/webmediaplayer_android.h
+++ b/webkit/renderer/media/android/webmediaplayer_android.h
@@ -163,8 +163,8 @@ class WebMediaPlayerAndroid
void OnSeekComplete(base::TimeDelta current_time);
void OnMediaError(int error_type);
void OnVideoSizeChanged(int width, int height);
- void OnMediaSeekRequest(base::TimeDelta time_to_seek,
- bool request_texture_peer);
+ void OnMediaSeekRequest(base::TimeDelta time_to_seek);
+ void OnMediaConfigRequest();
// Called to update the current time.
void OnTimeUpdate(base::TimeDelta current_time);
« no previous file with comments | « webkit/renderer/media/android/media_source_delegate.cc ('k') | webkit/renderer/media/android/webmediaplayer_android.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698