Index: chrome/browser/ui/panels/panel_host.h |
diff --git a/chrome/browser/ui/panels/panel_host.h b/chrome/browser/ui/panels/panel_host.h |
index 960aa17cf827c49c774b897845d446cfc6da076c..ccca8415bc7e88c18f00b481bd7614bf4c4bd89d 100644 |
--- a/chrome/browser/ui/panels/panel_host.h |
+++ b/chrome/browser/ui/panels/panel_host.h |
@@ -56,7 +56,7 @@ class PanelHost : public content::WebContentsDelegate, |
void AddNewContents(content::WebContents* source, |
content::WebContents* new_contents, |
WindowOpenDisposition disposition, |
- const gfx::Rect& initial_pos, |
+ const gfx::Rect& initial_rect, |
bool user_gesture, |
bool* was_blocked) override; |
void ActivateContents(content::WebContents* contents) override; |