| Index: chrome/browser/background/background_contents.cc
|
| diff --git a/chrome/browser/background/background_contents.cc b/chrome/browser/background/background_contents.cc
|
| index 9d015339f7c88f670b1adfbaef39d26798c33b21..7a1150b347a983fc2a213b3d228a83dba6625537 100644
|
| --- a/chrome/browser/background/background_contents.cc
|
| +++ b/chrome/browser/background/background_contents.cc
|
| @@ -118,11 +118,11 @@ void BackgroundContents::DidNavigateMainFramePostCommit(WebContents* tab) {
|
| void BackgroundContents::AddNewContents(WebContents* source,
|
| WebContents* new_contents,
|
| WindowOpenDisposition disposition,
|
| - const gfx::Rect& initial_pos,
|
| + const gfx::Rect& initial_rect,
|
| bool user_gesture,
|
| bool* was_blocked) {
|
| delegate_->AddWebContents(
|
| - new_contents, disposition, initial_pos, user_gesture, was_blocked);
|
| + new_contents, disposition, initial_rect, user_gesture, was_blocked);
|
| }
|
|
|
| bool BackgroundContents::IsNeverVisible(content::WebContents* web_contents) {
|
|
|