Chromium Code Reviews| Index: content/renderer/media/webmediaplayer_proxy_impl_android.h |
| diff --git a/content/renderer/media/webmediaplayer_proxy_impl_android.h b/content/renderer/media/webmediaplayer_proxy_impl_android.h |
| index d999adfed647c40ab66dbf7f76481e6db5088126..f85896357304058a9cf090e4bc82c2a9edefc800 100644 |
| --- a/content/renderer/media/webmediaplayer_proxy_impl_android.h |
| +++ b/content/renderer/media/webmediaplayer_proxy_impl_android.h |
| @@ -35,9 +35,11 @@ class WebMediaPlayerProxyImplAndroid |
| virtual bool OnMessageReceived(const IPC::Message& msg) OVERRIDE; |
| // Methods inherited from WebMediaPlayerProxyAndroid. |
| - virtual void Initialize(int player_id, const GURL& url, |
| - bool is_media_source, |
| - const GURL& first_party_for_cookies) OVERRIDE; |
| + virtual void Initialize( |
| + int player_id, |
| + const GURL& url, |
| + media::MediaPlayerAndroid::SourceType media_source_type, |
|
acolwell GONE FROM CHROMIUM
2013/05/20 21:23:22
nit: ditto
wonsik
2013/05/21 10:09:29
Done.
|
| + const GURL& first_party_for_cookies) OVERRIDE; |
| virtual void Start(int player_id) OVERRIDE; |
| virtual void Pause(int player_id) OVERRIDE; |
| virtual void Seek(int player_id, base::TimeDelta time) OVERRIDE; |