Index: webkit/default_plugin/plugin_impl_win.h |
=================================================================== |
--- webkit/default_plugin/plugin_impl_win.h (revision 47729) |
+++ webkit/default_plugin/plugin_impl_win.h (working copy) |
@@ -74,9 +74,9 @@ |
// Displays the default plugin UI. |
// |
// Parameters: |
- // window_info |
- // The window info passed to npapi. |
- bool NPP_SetWindow(NPWindow* window_info); |
+ // parent_window |
+ // Handle to the parent window. |
+ bool SetWindow(HWND parent_window); |
// Destroys the install dialog and the plugin window. |
void Shutdown(); |