Index: content/browser/web_contents/web_contents_impl.h |
diff --git a/content/browser/web_contents/web_contents_impl.h b/content/browser/web_contents/web_contents_impl.h |
index afec26589a3a740ec16585aa5de561f8a86f215e..e62e9958d10b7a9af0d07d4321ffd120cbc2ebd0 100644 |
--- a/content/browser/web_contents/web_contents_impl.h |
+++ b/content/browser/web_contents/web_contents_impl.h |
@@ -473,9 +473,9 @@ class CONTENT_EXPORT WebContentsImpl |
void CreateNewFullscreenWidget(int render_process_id, int route_id) override; |
void ShowCreatedWindow(int route_id, |
WindowOpenDisposition disposition, |
- const gfx::Rect& initial_pos, |
+ const gfx::Rect& initial_rect, |
bool user_gesture) override; |
- void ShowCreatedWidget(int route_id, const gfx::Rect& initial_pos) override; |
+ void ShowCreatedWidget(int route_id, const gfx::Rect& initial_rect) override; |
void ShowCreatedFullscreenWidget(int route_id) override; |
void RequestMediaAccessPermission( |
const MediaStreamRequest& request, |
@@ -887,7 +887,7 @@ class CONTENT_EXPORT WebContentsImpl |
// Helper for ShowCreatedWidget/ShowCreatedFullscreenWidget. |
void ShowCreatedWidget(int route_id, |
bool is_fullscreen, |
- const gfx::Rect& initial_pos); |
+ const gfx::Rect& initial_rect); |
// Finds the new RenderWidgetHost and returns it. Note that this can only be |
// called once as this call also removes it from the internal map. |