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

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

Issue 12295002: Merge 182959 (Closed) Base URL: svn://svn.chromium.org/chrome/branches/1410/src/
Patch Set: Created 7 years, 10 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 | « no previous file | chrome/renderer/printing/print_web_view_helper.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/renderer/printing/print_web_view_helper.h
===================================================================
--- chrome/renderer/printing/print_web_view_helper.h (revision 183000)
+++ chrome/renderer/printing/print_web_view_helper.h (working copy)
@@ -202,11 +202,13 @@
// Page Printing / Rendering ------------------------------------------------
+ void OnFramePreparedForPrintPages();
void PrintPages();
bool PrintPagesNative(WebKit::WebFrame* frame,
const WebKit::WebNode& node,
int page_count,
const gfx::Size& canvas_size);
+ void FinishFramePrinting();
// Prints the page listed in |params|.
#if defined(USE_X11)
« no previous file with comments | « no previous file | chrome/renderer/printing/print_web_view_helper.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698