| 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)
|
|
|