| Index: content/browser/renderer_host/render_view_host_delegate.h
|
| diff --git a/content/browser/renderer_host/render_view_host_delegate.h b/content/browser/renderer_host/render_view_host_delegate.h
|
| index 634cc814e69bf620572277c50a7f24c7ac4a1028..e07f3187df761f6bd3536e73bfe6c4aa8a23652b 100644
|
| --- a/content/browser/renderer_host/render_view_host_delegate.h
|
| +++ b/content/browser/renderer_host/render_view_host_delegate.h
|
| @@ -250,13 +250,13 @@ class CONTENT_EXPORT RenderViewHostDelegate {
|
| // the Windows function which is actually a #define.
|
| virtual void ShowCreatedWindow(int route_id,
|
| WindowOpenDisposition disposition,
|
| - const gfx::Rect& initial_pos,
|
| + const gfx::Rect& initial_rect,
|
| bool user_gesture) {}
|
|
|
| // Show the newly created widget with the specified bounds.
|
| // The widget is identified by the route_id passed to CreateNewWidget.
|
| virtual void ShowCreatedWidget(int route_id,
|
| - const gfx::Rect& initial_pos) {}
|
| + const gfx::Rect& initial_rect) {}
|
|
|
| // Show the newly created full screen widget. Similar to above.
|
| virtual void ShowCreatedFullscreenWidget(int route_id) {}
|
|
|