diff options
Diffstat (limited to 'webkit/glue/webplugin_impl.h')
-rw-r--r-- | webkit/glue/webplugin_impl.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/webkit/glue/webplugin_impl.h b/webkit/glue/webplugin_impl.h index dd78d53..04e09cb 100644 --- a/webkit/glue/webplugin_impl.h +++ b/webkit/glue/webplugin_impl.h @@ -168,6 +168,7 @@ class WebPluginImpl : public WebPlugin, NPObject* GetWindowScriptNPObject(); NPObject* GetPluginElement(); + virtual WebFrame* GetWebFrame() { return webframe_; } void SetCookie(const GURL& url, const GURL& policy_url, |