| Index: third_party/WebKit/Source/web/LocalFrameClientImpl.h
|
| diff --git a/third_party/WebKit/Source/web/LocalFrameClientImpl.h b/third_party/WebKit/Source/web/LocalFrameClientImpl.h
|
| index bef391d3b82d160193977c6d96067ae733f8ca65..203a6cbf396c5d7d8e6ff88976f822f359f55b8c 100644
|
| --- a/third_party/WebKit/Source/web/LocalFrameClientImpl.h
|
| +++ b/third_party/WebKit/Source/web/LocalFrameClientImpl.h
|
| @@ -143,13 +143,13 @@ class LocalFrameClientImpl final : public LocalFrameClient {
|
| const WTF::AtomicString& name,
|
| HTMLFrameOwnerElement*) override;
|
| virtual bool canCreatePluginWithoutRenderer(const String& mimeType) const;
|
| - Widget* createPlugin(HTMLPlugInElement*,
|
| - const KURL&,
|
| - const Vector<WTF::String>&,
|
| - const Vector<WTF::String>&,
|
| - const WTF::String&,
|
| - bool loadManually,
|
| - DetachedPluginPolicy) override;
|
| + FrameViewBase* createPlugin(HTMLPlugInElement*,
|
| + const KURL&,
|
| + const Vector<WTF::String>&,
|
| + const Vector<WTF::String>&,
|
| + const WTF::String&,
|
| + bool loadManually,
|
| + DetachedPluginPolicy) override;
|
| std::unique_ptr<WebMediaPlayer> createWebMediaPlayer(
|
| HTMLMediaElement&,
|
| const WebMediaPlayerSource&,
|
|
|