| Index: content/shell/shell_win.cc
|
| diff --git a/content/shell/shell_win.cc b/content/shell/shell_win.cc
|
| index 9b88b6164aeba14ddd2f48af1d8c90f3c38327fe..4ebdeaaf46393eab3b2d27dcdc5c5e1c197b6364 100644
|
| --- a/content/shell/shell_win.cc
|
| +++ b/content/shell/shell_win.cc
|
| @@ -201,7 +201,7 @@ LRESULT CALLBACK Shell::WndProc(HWND hwnd, UINT message, WPARAM wParam,
|
| case IDM_NEW_WINDOW:
|
| CreateNewWindow(
|
| shell->web_contents()->GetBrowserContext(),
|
| - GURL(), NULL, MSG_ROUTING_NONE, NULL);
|
| + GURL(), NULL, MSG_ROUTING_NONE, gfx::Size());
|
| break;
|
| case IDM_CLOSE_WINDOW:
|
| DestroyWindow(hwnd);
|
|
|