summaryrefslogtreecommitdiffstats
path: root/webkit/glue/webplugin.h
diff options
context:
space:
mode:
Diffstat (limited to 'webkit/glue/webplugin.h')
-rw-r--r--webkit/glue/webplugin.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/webkit/glue/webplugin.h b/webkit/glue/webplugin.h
index 90ac44a..a549b5f 100644
--- a/webkit/glue/webplugin.h
+++ b/webkit/glue/webplugin.h
@@ -129,8 +129,8 @@ class WebPlugin {
bool defer) = 0;
// Gets the WebPluginDelegate that implements the interface.
- // This API is only for use with Pepper, and hence only with
- // in renderer process plugins.
+ // This API is only for use with Pepper, and is only overridden
+ // by in-renderer implementations.
virtual WebPluginDelegate* delegate() { return NULL; }
};