Index: content/browser/browser_plugin/browser_plugin_guest.h |
diff --git a/content/browser/browser_plugin/browser_plugin_guest.h b/content/browser/browser_plugin/browser_plugin_guest.h |
index 874e6ce3730b582d5b940981c3945c3f09e16076..fd859e730ed5ac55caa2604557d01a2a9b86787e 100644 |
--- a/content/browser/browser_plugin/browser_plugin_guest.h |
+++ b/content/browser/browser_plugin/browser_plugin_guest.h |
@@ -331,7 +331,7 @@ class CONTENT_EXPORT BrowserPluginGuest : public GuestSizer, |
void OnShowPopup(RenderFrameHost* render_frame_host, |
const FrameHostMsg_ShowPopup_Params& params); |
#endif |
- void OnShowWidget(int route_id, const gfx::Rect& initial_pos); |
+ void OnShowWidget(int route_id, const gfx::Rect& initial_rect); |
void OnTakeFocus(bool reverse); |
void OnUpdateFrameName(int frame_id, |
bool is_top_level, |