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

Unified Diff: content/shell/shell_web_contents_view_delegate_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_mac.mm ('k') | content/shell/shell_win.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/shell/shell_web_contents_view_delegate_win.cc
diff --git a/content/shell/shell_web_contents_view_delegate_win.cc b/content/shell/shell_web_contents_view_delegate_win.cc
index 4e66e3e50b4bf4c249c270934df11f5b1c3cc6fb..72963e576aeb9a278d070bd9acc5bd7f3152c13d 100644
--- a/content/shell/shell_web_contents_view_delegate_win.cc
+++ b/content/shell/shell_web_contents_view_delegate_win.cc
@@ -213,7 +213,7 @@ void ShellWebContentsViewDelegate::MenuItemSelected(int selection) {
params_.link_url,
NULL,
MSG_ROUTING_NONE,
- NULL);
+ gfx::Size());
break;
}
case ShellContextMenuItemBackId:
@@ -240,7 +240,7 @@ void ShellWebContentsViewDelegate::MenuItemSelected(int selection) {
url,
NULL,
MSG_ROUTING_NONE,
- NULL);
+ gfx::Size());
break;
}
}
« no previous file with comments | « content/shell/shell_web_contents_view_delegate_mac.mm ('k') | content/shell/shell_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698