| 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 1c6991f9de52406f490dc8d6e549e962f9560aee..ab35d15a67858470b6aa4021949a171064c4e82b 100644
|
| --- a/third_party/WebKit/Source/core/loader/EmptyClients.h
|
| +++ b/third_party/WebKit/Source/core/loader/EmptyClients.h
|
| @@ -326,13 +326,13 @@ class CORE_EXPORT EmptyLocalFrameClient : public LocalFrameClient {
|
| LocalFrame* createFrame(const FrameLoadRequest&,
|
| const AtomicString&,
|
| HTMLFrameOwnerElement*) override;
|
| - FrameViewBase* createPlugin(HTMLPlugInElement*,
|
| - const KURL&,
|
| - const Vector<String>&,
|
| - const Vector<String>&,
|
| - const String&,
|
| - bool,
|
| - DetachedPluginPolicy) override;
|
| + PluginView* createPlugin(HTMLPlugInElement*,
|
| + const KURL&,
|
| + const Vector<String>&,
|
| + const Vector<String>&,
|
| + const String&,
|
| + bool,
|
| + DetachedPluginPolicy) override;
|
| bool canCreatePluginWithoutRenderer(const String& mimeType) const override {
|
| return false;
|
| }
|
|
|