diff options
Diffstat (limited to 'chrome/plugin/webplugin_proxy.h')
-rw-r--r-- | chrome/plugin/webplugin_proxy.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/plugin/webplugin_proxy.h b/chrome/plugin/webplugin_proxy.h index 62b01ef..0ff1890 100644 --- a/chrome/plugin/webplugin_proxy.h +++ b/chrome/plugin/webplugin_proxy.h @@ -87,8 +87,8 @@ class WebPluginProxy : public webkit_glue::WebPlugin { // object with that id exists. webkit_glue::WebPluginResourceClient* GetResourceClient(int id); - // Returns the process id of the renderer that contains this plugin. - int GetRendererProcessId(); + // Returns the id of the renderer that contains this plugin. + int GetRendererId(); // For windowless plugins, paints the given rectangle into the local buffer. void Paint(const gfx::Rect& rect); |