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

Unified Diff: content/shell/shell_web_contents_view_delegate_mac.mm

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
Index: content/shell/shell_web_contents_view_delegate_mac.mm
diff --git a/content/shell/shell_web_contents_view_delegate_mac.mm b/content/shell/shell_web_contents_view_delegate_mac.mm
index ad66ab9a2159b239a35a6e971545b44e0ddb8421..e6cd6bbd1574c206ec9a4d5cbcc85e8ff513db05 100644
--- a/content/shell/shell_web_contents_view_delegate_mac.mm
+++ b/content/shell/shell_web_contents_view_delegate_mac.mm
@@ -245,7 +245,7 @@ void ShellWebContentsViewDelegate::ActionPerformed(int tag) {
params_.link_url,
NULL,
MSG_ROUTING_NONE,
- NULL);
+ gfx::Size());
break;
}
case ShellContextMenuItemBackTag:
@@ -273,7 +273,7 @@ void ShellWebContentsViewDelegate::ActionPerformed(int tag) {
url,
NULL,
MSG_ROUTING_NONE,
- NULL);
+ gfx::Size());
break;
}
}
« no previous file with comments | « content/shell/shell_web_contents_view_delegate_gtk.cc ('k') | content/shell/shell_web_contents_view_delegate_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698