| Index: chrome/browser/renderer_host/render_widget_host.h
|
| ===================================================================
|
| --- chrome/browser/renderer_host/render_widget_host.h (revision 20609)
|
| +++ chrome/browser/renderer_host/render_widget_host.h (working copy)
|
| @@ -38,6 +38,7 @@
|
| class WebCursor;
|
| struct ViewHostMsg_PaintRect_Params;
|
| struct ViewHostMsg_ScrollRect_Params;
|
| +struct ViewHostMsg_ShowPopup_Params;
|
|
|
| // This class manages the browser side of a browser<->renderer HWND connection.
|
| // The HWND lives in the browser process, and windows events are sent over
|
| @@ -396,7 +397,7 @@
|
| void OnMsgCreatePluginContainer(gfx::PluginWindowHandle *container);
|
| void OnMsgDestroyPluginContainer(gfx::PluginWindowHandle container);
|
| #elif defined(OS_MACOSX)
|
| - void OnMsgShowPopup(const IPC::Message& message);
|
| + void OnMsgShowPopup(const ViewHostMsg_ShowPopup_Params& params);
|
| void OnMsgGetScreenInfo(gfx::NativeViewId view,
|
| WebKit::WebScreenInfo* results);
|
| void OnMsgGetWindowRect(gfx::NativeViewId window_id, gfx::Rect* results);
|
|
|