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

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: 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: 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 44ff9faefbda4a80c0da631af0bdf135d12e3eae..0e57113f89b1e5af61f4b053e60bfaa1223ade7e 100644
--- a/webkit/renderer/media/android/webmediaplayer_android.h
+++ b/webkit/renderer/media/android/webmediaplayer_android.h
@@ -155,8 +155,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);

Powered by Google App Engine
This is Rietveld 408576698