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

Unified Diff: chrome/renderer/printing/chrome_print_web_view_helper_delegate.h

Issue 2426503002: Make printing work better with OOPIF. (Closed)
Patch Set: Fix build, fix some tests Created 4 years, 2 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/chrome_print_web_view_helper_delegate.h
diff --git a/chrome/renderer/printing/chrome_print_web_view_helper_delegate.h b/chrome/renderer/printing/chrome_print_web_view_helper_delegate.h
index dae1adea1860216ff4d06733f5018f05fde01080..d0fb2e8e91205028b1cc113baba09fff3e6f7fb5 100644
--- a/chrome/renderer/printing/chrome_print_web_view_helper_delegate.h
+++ b/chrome/renderer/printing/chrome_print_web_view_helper_delegate.h
@@ -12,7 +12,7 @@ class ChromePrintWebViewHelperDelegate
public:
~ChromePrintWebViewHelperDelegate() override;
- bool CancelPrerender(content::RenderView* render_view,
+ bool CancelPrerender(content::RenderFrame* render_frame,
int routing_id) override;
blink::WebElement GetPdfElement(blink::WebLocalFrame* frame) override;

Powered by Google App Engine
This is Rietveld 408576698