diff options
author | brettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-08-25 04:45:58 +0000 |
---|---|---|
committer | brettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-08-25 04:45:58 +0000 |
commit | ff71e6483669362f5060598214afc1a594427bce (patch) | |
tree | be5be8c112cdfcdc5ebd4a02406ded639751fbdb /ppapi/proxy/plugin_resource_tracker.h | |
parent | eaeaf86449c9cee06d432759e7ebe128f89317b8 (diff) | |
download | chromium_src-ff71e6483669362f5060598214afc1a594427bce.zip chromium_src-ff71e6483669362f5060598214afc1a594427bce.tar.gz chromium_src-ff71e6483669362f5060598214afc1a594427bce.tar.bz2 |
Merge the plugin and impl side of the audio config and input event resources.
Now that we have a unified resource system, we no longer need the duplication
on both sides of the proxy. This resource is now implemented entirely in
shared_impl.
Review URL: http://codereview.chromium.org/7621070
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98185 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ppapi/proxy/plugin_resource_tracker.h')
-rw-r--r-- | ppapi/proxy/plugin_resource_tracker.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ppapi/proxy/plugin_resource_tracker.h b/ppapi/proxy/plugin_resource_tracker.h index d45ef6d..d3c72c8 100644 --- a/ppapi/proxy/plugin_resource_tracker.h +++ b/ppapi/proxy/plugin_resource_tracker.h @@ -59,6 +59,7 @@ class PluginResourceTracker : public TrackerBase, public ResourceTracker { InterfaceID id) OVERRIDE; virtual VarTracker* GetVarTracker() OVERRIDE; virtual ResourceTracker* GetResourceTracker() OVERRIDE; + virtual PP_Module GetModuleForInstance(PP_Instance instance) OVERRIDE; protected: // ResourceTracker overrides. |