Index: Source/WebKit/chromium/src/WebViewImpl.h |
=================================================================== |
--- Source/WebKit/chromium/src/WebViewImpl.h (revision 145645) |
+++ Source/WebKit/chromium/src/WebViewImpl.h (working copy) |
@@ -105,6 +105,7 @@ |
class WebCompositorImpl; |
class WebDevToolsAgentClient; |
class WebDevToolsAgentPrivate; |
+class WebDocument; |
class WebFrameImpl; |
class WebGestureEvent; |
class WebHelperPluginImpl; |
@@ -529,7 +530,8 @@ |
void hideAutofillPopup(); |
- WebHelperPluginImpl* createHelperPlugin(const String& pluginType); |
+ // Creates a Helper Plugin of |pluginType| for |hostDocument|. |
+ WebHelperPluginImpl* createHelperPlugin(const String& pluginType, const WebDocument& hostDocument); |
// Returns the input event we're currently processing. This is used in some |
// cases where the WebCore DOM event doesn't have the information we need. |