Index: content/browser/renderer_host/render_view_host_impl.h |
diff --git a/content/browser/renderer_host/render_view_host_impl.h b/content/browser/renderer_host/render_view_host_impl.h |
index cc071844bd28dc51f06c5ae3597bba28847975a5..786b0a70b63b5bd850d6cc3bbbed21c6d0d8bd13 100644 |
--- a/content/browser/renderer_host/render_view_host_impl.h |
+++ b/content/browser/renderer_host/render_view_host_impl.h |
@@ -334,9 +334,9 @@ class CONTENT_EXPORT RenderViewHostImpl |
// IPC message handlers. |
void OnShowView(int route_id, |
WindowOpenDisposition disposition, |
- const gfx::Rect& initial_pos, |
+ const gfx::Rect& initial_rect, |
bool user_gesture); |
- void OnShowWidget(int route_id, const gfx::Rect& initial_pos); |
+ void OnShowWidget(int route_id, const gfx::Rect& initial_rect); |
void OnShowFullscreenWidget(int route_id); |
void OnRunModal(int opener_id, IPC::Message* reply_msg); |
void OnRenderViewReady(); |