summaryrefslogtreecommitdiffstats
path: root/ppapi/shared_impl/tracker_base.h
diff options
context:
space:
mode:
Diffstat (limited to 'ppapi/shared_impl/tracker_base.h')
-rw-r--r--ppapi/shared_impl/tracker_base.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/ppapi/shared_impl/tracker_base.h b/ppapi/shared_impl/tracker_base.h
index 9ff19d4..940cef4 100644
--- a/ppapi/shared_impl/tracker_base.h
+++ b/ppapi/shared_impl/tracker_base.h
@@ -44,9 +44,6 @@ class PPAPI_SHARED_EXPORT TrackerBase {
virtual FunctionGroupBase* GetFunctionAPI(PP_Instance inst,
proxy::InterfaceID id) = 0;
- virtual VarTracker* GetVarTracker() = 0;
- virtual ResourceTracker* GetResourceTracker() = 0;
-
// Returns the PP_Module associated with the given PP_Instance, or 0 on
// failure.
virtual PP_Module GetModuleForInstance(PP_Instance instance) = 0;