Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1761)

Unified Diff: content/shell/shell_win.cc

Issue 11828028: [content shell] W3C SVG tests need to run in a smaller window (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: updates Created 7 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « content/shell/shell_web_contents_view_delegate_win.cc ('k') | content/shell/webkit_test_controller.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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);
« no previous file with comments | « content/shell/shell_web_contents_view_delegate_win.cc ('k') | content/shell/webkit_test_controller.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698