diff --git a/chromium_src/chrome/renderer/printing/print_web_view_helper.cc b/chromium_src/chrome/renderer/printing/print_web_view_helper.cc index d6b7ee5623..9ffb822c6c 100644 --- a/chromium_src/chrome/renderer/printing/print_web_view_helper.cc +++ b/chromium_src/chrome/renderer/printing/print_web_view_helper.cc @@ -249,7 +249,7 @@ bool PrintingNodeOrPdfFrame(const blink::WebFrame* frame, return plugin && plugin->SupportsPaginatedPrint(); } -MarginType GetMarginsForPdf(blink::WebFrame* frame, +MarginType GetMarginsForPdf(blink::WebLocalFrame* frame, const blink::WebNode& node) { if (frame->IsPrintScalingDisabledForPlugin(node)) return NO_MARGINS;