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

Unified Diff: webkit/media/android/webmediaplayer_in_process_android.h

Issue 11348199: Free (and pause) audio resources when getting a phone call (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@input_color
Patch Set: Created 8 years, 1 month 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/media/android/webmediaplayer_in_process_android.h
diff --git a/webkit/media/android/webmediaplayer_in_process_android.h b/webkit/media/android/webmediaplayer_in_process_android.h
index bfd37c2f95be8f16e61567ff476259c23c6580d6..f5362af3a4298ce97d110ef123dad92256f73feb 100644
--- a/webkit/media/android/webmediaplayer_in_process_android.h
+++ b/webkit/media/android/webmediaplayer_in_process_android.h
@@ -77,6 +77,7 @@ class WebMediaPlayerInProcessAndroid : public WebMediaPlayerAndroid {
void SeekCompleteCallback(int player_id, base::TimeDelta current_time);
void MediaPreparedCallback(int player_id, base::TimeDelta duration);
void TimeUpdateCallback(int player_id, base::TimeDelta current_time) {}
+ void MediaInterruptedCallback(int player_id);
// WebMediaPlayerAndroid implementation.
virtual void SetVideoSurface(jobject j_surface) OVERRIDE;
« no previous file with comments | « media/base/android/media_player_listener.cc ('k') | webkit/media/android/webmediaplayer_in_process_android.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698