summaryrefslogtreecommitdiffstats
path: root/content/shell/shell_devtools_delegate.cc
diff options
context:
space:
mode:
authorjochen@chromium.org <jochen@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-01-10 14:18:23 +0000
committerjochen@chromium.org <jochen@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-01-10 14:18:23 +0000
commitcdb80672721060652d1353fb337be5b20d67c015 (patch)
tree32d01fbd05f61ceaa3744ea77832a34d352bf3ab /content/shell/shell_devtools_delegate.cc
parent72030697aacaf5b86422a0fdddd42aa670df2557 (diff)
downloadchromium_src-cdb80672721060652d1353fb337be5b20d67c015.zip
chromium_src-cdb80672721060652d1353fb337be5b20d67c015.tar.gz
chromium_src-cdb80672721060652d1353fb337be5b20d67c015.tar.bz2
[content shell] W3C SVG tests need to run in a smaller window
BUG=111316 TEST=W3C SVG tests pass R=marja@chromium.org TBR=jam@chromium.org Review URL: https://chromiumcodereview.appspot.com/11828028 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@176068 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/shell/shell_devtools_delegate.cc')
-rw-r--r--content/shell/shell_devtools_delegate.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/content/shell/shell_devtools_delegate.cc b/content/shell/shell_devtools_delegate.cc
index b5e8730..c94f259 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();
}