Index: content/shell/shell_devtools_delegate.cc |
diff --git a/content/shell/shell_devtools_delegate.cc b/content/shell/shell_devtools_delegate.cc |
index b5e8730696e8ece9f9d723b461644fd7b45f905a..c94f259cd62815fb1a42dd0b728937fda5f6fc90 100644 |
--- a/content/shell/shell_devtools_delegate.cc |
+++ b/content/shell/shell_devtools_delegate.cc |
@@ -69,7 +69,7 @@ RenderViewHost* ShellDevToolsDelegate::CreateNewTarget() { |
GURL(chrome::kAboutBlankURL), |
NULL, |
MSG_ROUTING_NONE, |
- NULL); |
+ gfx::Size()); |
return shell->web_contents()->GetRenderViewHost(); |
} |