| Index: ppapi/shared_impl/tracker_base.h
|
| ===================================================================
|
| --- ppapi/shared_impl/tracker_base.h (revision 106146)
|
| +++ ppapi/shared_impl/tracker_base.h (working copy)
|
| @@ -44,6 +44,9 @@
|
| 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;
|
|
|