| Index: ppapi/shared_impl/resource_tracker.h
|
| diff --git a/ppapi/shared_impl/resource_tracker.h b/ppapi/shared_impl/resource_tracker.h
|
| index e60d8e06237828c318644dd6667101172c4386d3..b58541382a483661af7747d29417c1781a097904 100644
|
| --- a/ppapi/shared_impl/resource_tracker.h
|
| +++ b/ppapi/shared_impl/resource_tracker.h
|
| @@ -59,10 +59,9 @@ class PPAPI_SHARED_EXPORT ResourceTracker {
|
| // the given resource. It's called from the resource destructor.
|
| virtual void RemoveResource(Resource* object);
|
|
|
| - // Calls LastPluginRefWasDeleted on the given resource object. This is
|
| - // provided because the derived class in webkit/plugins/ppapi needs to
|
| - // perform additional operations at this time.
|
| - virtual void LastPluginRefWasDeleted(Resource* object);
|
| + // Calls LastPluginRefWasDeleted on the given resource object and cancels
|
| + // pending callbacks for the resource.
|
| + void LastPluginRefWasDeleted(Resource* object);
|
|
|
| private:
|
| typedef std::set<PP_Resource> ResourceSet;
|
|
|