Index: Source/core/loader/EmptyClients.h |
diff --git a/Source/core/loader/EmptyClients.h b/Source/core/loader/EmptyClients.h |
index 7cc68aac532430109bd352f2feed8dd5394e3e94..c8a18f43a6fdff3fa87f65e118907577a835234f 100644 |
--- a/Source/core/loader/EmptyClients.h |
+++ b/Source/core/loader/EmptyClients.h |
@@ -233,7 +233,8 @@ public: |
virtual void didDispatchPingLoader(const KURL&) OVERRIDE { } |
virtual void selectorMatchChanged(const Vector<String>&, const Vector<String>&) OVERRIDE { } |
virtual PassRefPtr<Frame> createFrame(const KURL&, const String&, const String&, HTMLFrameOwnerElement*) OVERRIDE; |
- virtual PassRefPtr<Widget> createPlugin(const IntSize&, HTMLPlugInElement*, const KURL&, const Vector<String>&, const Vector<String>&, const String&, bool) OVERRIDE; |
+ virtual bool canCreatePluginWithoutRenderer(const String& mimeType) const OVERRIDE { return false; } |
+ virtual PassRefPtr<Widget> createPlugin(const IntSize&, HTMLPlugInElement*, const KURL&, const Vector<String>&, const Vector<String>&, const String&, bool, bool = false) OVERRIDE; |
virtual PassRefPtr<Widget> createJavaAppletWidget(const IntSize&, HTMLAppletElement*, const KURL&, const Vector<String>&, const Vector<String>&) OVERRIDE; |
virtual ObjectContentType objectContentType(const KURL&, const String&, bool) OVERRIDE { return ObjectContentType(); } |