Index: third_party/WebKit/Source/core/loader/EmptyClients.h |
diff --git a/third_party/WebKit/Source/core/loader/EmptyClients.h b/third_party/WebKit/Source/core/loader/EmptyClients.h |
index d802e72286e9e4581911cf93a7ff0b49ba611343..629fab4b047099968603ae48e7605ff8240eb81c 100644 |
--- a/third_party/WebKit/Source/core/loader/EmptyClients.h |
+++ b/third_party/WebKit/Source/core/loader/EmptyClients.h |
@@ -246,7 +246,7 @@ public: |
PassRefPtrWillBeRawPtr<LocalFrame> createFrame(const FrameLoadRequest&, const AtomicString&, HTMLFrameOwnerElement*) override; |
PassRefPtrWillBeRawPtr<Widget> createPlugin(HTMLPlugInElement*, const KURL&, const Vector<String>&, const Vector<String>&, const String&, bool, DetachedPluginPolicy) override; |
bool canCreatePluginWithoutRenderer(const String& mimeType) const override { return false; } |
- PassOwnPtr<WebMediaPlayer> createWebMediaPlayer(HTMLMediaElement&, const WebURL&, WebMediaPlayerClient*) override; |
+ PassOwnPtr<WebMediaPlayer> createWebMediaPlayer(HTMLMediaElement&, const WebMediaElementSource&, WebMediaPlayerClient*) override; |
PassOwnPtr<WebMediaSession> createWebMediaSession() override; |
ObjectContentType getObjectContentType(const KURL&, const String&, bool) override { return ObjectContentType(); } |