diff options
author | wez@chromium.org <wez@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-05-27 03:17:12 +0000 |
---|---|---|
committer | wez@chromium.org <wez@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-05-27 03:17:12 +0000 |
commit | 8c18303fa5717c900180d7ce10dc7919d0b1781d (patch) | |
tree | 6d1a936a4fedba83efed0ab0f7825a6f74b3d2b3 /webkit/plugins/npapi/webplugin_delegate_impl.h | |
parent | b647af9661806b34df5be9ed4b54511183184901 (diff) | |
download | chromium_src-8c18303fa5717c900180d7ce10dc7919d0b1781d.zip chromium_src-8c18303fa5717c900180d7ce10dc7919d0b1781d.tar.gz chromium_src-8c18303fa5717c900180d7ce10dc7919d0b1781d.tar.bz2 |
Track NPObject ownership by the originating plugins' NPP identifier. [2/3] (Chrome)
This CL updates Chrome to return plugin NPP identifiers for NPAPI, PPAPI and browser plugins, and to make the necessary calls into Blink to support object ownership tracking.
This CL requires Blink CL crrev.com/14989014, and is itself required by Blink CL crrev.com/14019005.
BUG=152006
Review URL: https://chromiumcodereview.appspot.com/15007012
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@202364 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/plugins/npapi/webplugin_delegate_impl.h')
-rw-r--r-- | webkit/plugins/npapi/webplugin_delegate_impl.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/webkit/plugins/npapi/webplugin_delegate_impl.h b/webkit/plugins/npapi/webplugin_delegate_impl.h index 6755891..0101de7 100644 --- a/webkit/plugins/npapi/webplugin_delegate_impl.h +++ b/webkit/plugins/npapi/webplugin_delegate_impl.h @@ -112,6 +112,7 @@ class WEBKIT_PLUGINS_EXPORT WebPluginDelegateImpl : public WebPluginDelegate { virtual bool HandleInputEvent(const WebKit::WebInputEvent& event, WebCursor::CursorInfo* cursor_info) OVERRIDE; virtual NPObject* GetPluginScriptableObject() OVERRIDE; + virtual NPP GetPluginNPP() OVERRIDE; virtual bool GetFormValue(base::string16* value) OVERRIDE; virtual void DidFinishLoadWithReason(const GURL& url, NPReason reason, |