Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1560)

Unified Diff: ppapi/proxy/plugin_resource_tracker.h

Issue 7621070: Merge the plugin and impl side of the audio config and input event resources. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fixed compile issues Created 9 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | ppapi/proxy/plugin_resource_tracker.cc » ('j') | ppapi/proxy/ppb_audio_config_proxy.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/proxy/plugin_resource_tracker.h
diff --git a/ppapi/proxy/plugin_resource_tracker.h b/ppapi/proxy/plugin_resource_tracker.h
index d45ef6d94a6f0c39a4a329270c4a6814cd6c5c54..d3c72c87a1c0ffae726934b11ab534638783cd3a 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.
« no previous file with comments | « no previous file | ppapi/proxy/plugin_resource_tracker.cc » ('j') | ppapi/proxy/ppb_audio_config_proxy.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698