| Index: webkit/plugins/ppapi/host_var_tracker.h
|
| diff --git a/webkit/plugins/ppapi/host_var_tracker.h b/webkit/plugins/ppapi/host_var_tracker.h
|
| index fb743fc32a4300310b9da9cb433c16354472ed05..39ab8ac0015fc51c0100525e33b390c3cfe22783 100644
|
| --- a/webkit/plugins/ppapi/host_var_tracker.h
|
| +++ b/webkit/plugins/ppapi/host_var_tracker.h
|
| @@ -66,6 +66,10 @@ class HostVarTracker : public ::ppapi::VarTracker {
|
| virtual ::ppapi::ArrayBufferVar* CreateArrayBuffer(
|
| uint32 size_in_bytes) OVERRIDE;
|
|
|
| + // Clear the reference count of the given object and remove it from
|
| + // live_vars_.
|
| + void ForceReleaseNPObject(::ppapi::NPObjectVar* object);
|
| +
|
| typedef std::map<NPObject*, ::ppapi::NPObjectVar*> NPObjectToNPObjectVarMap;
|
|
|
| // Lists all known NPObjects, first indexed by the corresponding instance,
|
|
|