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

Unified Diff: chrome/renderer/printing/print_web_view_helper_mac.mm

Issue 581163002: Removed unused argument and GetPrintCanvasSize. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@fix_rot
Patch Set: Thu 09/18/2014 11:42:21.91 Created 6 years, 3 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: chrome/renderer/printing/print_web_view_helper_mac.mm
diff --git a/chrome/renderer/printing/print_web_view_helper_mac.mm b/chrome/renderer/printing/print_web_view_helper_mac.mm
index 7747623800c65e23740450c4b9316c892ebfedf4..db8bb80affc455a03eb1c3eb9fd9182e389ee0cd 100644
--- a/chrome/renderer/printing/print_web_view_helper_mac.mm
+++ b/chrome/renderer/printing/print_web_view_helper_mac.mm
@@ -23,7 +23,6 @@ using blink::WebFrame;
void PrintWebViewHelper::PrintPageInternal(
const PrintMsg_PrintPage_Params& params,
- const gfx::Size& canvas_size,
WebFrame* frame) {
PdfMetafileSkia metafile;
if (!metafile.Init())
« no previous file with comments | « chrome/renderer/printing/print_web_view_helper_linux.cc ('k') | chrome/renderer/printing/print_web_view_helper_pdf_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698