diff options
Diffstat (limited to 'chrome/plugin/webplugin_proxy.h')
-rw-r--r-- | chrome/plugin/webplugin_proxy.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/chrome/plugin/webplugin_proxy.h b/chrome/plugin/webplugin_proxy.h index 6c862e1..de0a771 100644 --- a/chrome/plugin/webplugin_proxy.h +++ b/chrome/plugin/webplugin_proxy.h @@ -60,6 +60,9 @@ class WebPluginProxy : public WebPlugin { void InvalidateRect(const gfx::Rect& rect); NPObject* GetWindowScriptNPObject(); NPObject* GetPluginElement(); + WebFrame* GetWebFrame() { + return NULL; // doesn't make sense in the plugin process. + } void SetCookie(const GURL& url, const GURL& policy_url, const std::string& cookie); |