Index: webkit/default_plugin/plugin_impl_win.h |
diff --git a/webkit/default_plugin/plugin_impl_win.h b/webkit/default_plugin/plugin_impl_win.h |
index c1aa5354df6bca7695ccdf88a9bc43b2823980f9..bc110ec71108e96cdcc1123e4ae7938083d4351c 100644 |
--- a/webkit/default_plugin/plugin_impl_win.h |
+++ b/webkit/default_plugin/plugin_impl_win.h |
@@ -74,9 +74,9 @@ class PluginInstallerImpl : public app::WindowImpl { |
// Displays the default plugin UI. |
// |
// Parameters: |
- // parent_window |
- // Handle to the parent window. |
- bool SetWindow(HWND parent_window); |
+ // window_info |
+ // The window info passed to npapi. |
+ bool NPP_SetWindow(NPWindow* window_info); |
// Destroys the install dialog and the plugin window. |
void Shutdown(); |