Index: content/shell/shell_browser_main_parts.cc |
diff --git a/content/shell/shell_browser_main_parts.cc b/content/shell/shell_browser_main_parts.cc |
index dc29b3f828610414a423fd1bfda003b30ba479e8..badaffe3012ad5bcced10efea43eb484f526d66b 100644 |
--- a/content/shell/shell_browser_main_parts.cc |
+++ b/content/shell/shell_browser_main_parts.cc |
@@ -134,7 +134,7 @@ void ShellBrowserMainParts::PreMainMessageLoopRun() { |
GetStartupURL(), |
NULL, |
MSG_ROUTING_NONE, |
- NULL); |
+ gfx::Size()); |
} |
if (parameters_.ui_task) { |