summaryrefslogtreecommitdiffstats
path: root/content/public/renderer
diff options
context:
space:
mode:
Diffstat (limited to 'content/public/renderer')
-rw-r--r--content/public/renderer/renderer_ppapi_host.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/content/public/renderer/renderer_ppapi_host.h b/content/public/renderer/renderer_ppapi_host.h
index e9e1cbf..f8a1432 100644
--- a/content/public/renderer/renderer_ppapi_host.h
+++ b/content/public/renderer/renderer_ppapi_host.h
@@ -82,7 +82,8 @@ class RendererPpapiHost {
virtual bool IsValidInstance(PP_Instance instance) const = 0;
// Returns the PluginInstance for the given PP_Instance, or NULL if the
- // PP_Instance is invalid.
+ // PP_Instance is invalid (the common case this will be invalid is during
+ // plugin teardown when resource hosts are being force-freed).
virtual webkit::ppapi::PluginInstance* GetPluginInstance(
PP_Instance instance) const = 0;