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

Unified Diff: webkit/renderer/media/android/webmediaplayer_proxy_android.h

Issue 14247018: Implement WebRTC in Chrome for TV (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: build fix 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
« no previous file with comments | « webkit/renderer/media/android/webmediaplayer_android.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/renderer/media/android/webmediaplayer_proxy_android.h
diff --git a/webkit/renderer/media/android/webmediaplayer_proxy_android.h b/webkit/renderer/media/android/webmediaplayer_proxy_android.h
index 4f5bdfd081c6080eadb1f1f778db68e1aaf70810..b2677e648d788ee46f6dcb85c257efe6115163e0 100644
--- a/webkit/renderer/media/android/webmediaplayer_proxy_android.h
+++ b/webkit/renderer/media/android/webmediaplayer_proxy_android.h
@@ -10,6 +10,7 @@
#include "base/time.h"
#include "googleurl/src/gurl.h"
#include "media/base/android/demuxer_stream_player_params.h"
+#include "media/base/android/media_player_android.h"
namespace webkit_media {
@@ -22,9 +23,11 @@ class WebMediaPlayerProxyAndroid {
virtual ~WebMediaPlayerProxyAndroid();
// Initialize a MediaPlayerAndroid object in browser process
- virtual void Initialize(int player_id, const GURL& url,
- bool is_media_source,
- const GURL& first_party_for_cookies) = 0;
+ virtual void Initialize(
+ int player_id,
+ const GURL& url,
+ media::MediaPlayerAndroid::SourceType source_type,
+ const GURL& first_party_for_cookies) = 0;
// Start the player.
virtual void Start(int player_id) = 0;
« no previous file with comments | « webkit/renderer/media/android/webmediaplayer_android.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698