| Index: content/renderer/render_view_impl.h
|
| ===================================================================
|
| --- content/renderer/render_view_impl.h (revision 135772)
|
| +++ content/renderer/render_view_impl.h (working copy)
|
| @@ -455,7 +455,8 @@
|
| const WebKit::WebString& name, unsigned long long documentId);
|
| virtual WebKit::WebMediaPlayer* createMediaPlayer(
|
| WebKit::WebFrame* frame,
|
| - WebKit::WebMediaPlayerClient* client);
|
| + WebKit::WebMediaPlayerClient* client,
|
| + const WebKit::WebURL& url);
|
| virtual WebKit::WebApplicationCacheHost* createApplicationCacheHost(
|
| WebKit::WebFrame* frame,
|
| WebKit::WebApplicationCacheHostClient* client);
|
| @@ -654,9 +655,9 @@
|
|
|
| // webkit_media::WebMediaPlayerDelegate implementation -----------------------
|
|
|
| - virtual void DidPlay(webkit_media::WebMediaPlayerImpl* player) OVERRIDE;
|
| - virtual void DidPause(webkit_media::WebMediaPlayerImpl* player) OVERRIDE;
|
| - virtual void PlayerGone(webkit_media::WebMediaPlayerImpl* player) OVERRIDE;
|
| + virtual void DidPlay(WebKit::WebMediaPlayer* player) OVERRIDE;
|
| + virtual void DidPause(WebKit::WebMediaPlayer* player) OVERRIDE;
|
| + virtual void PlayerGone(WebKit::WebMediaPlayer* player) OVERRIDE;
|
|
|
| // Please do not add your stuff randomly to the end here. If there is an
|
| // appropriate section, add it there. If not, there are some random functions
|
|
|