| Index: chrome/renderer/printing/print_web_view_helper.h
|
| ===================================================================
|
| --- chrome/renderer/printing/print_web_view_helper.h (revision 218991)
|
| +++ chrome/renderer/printing/print_web_view_helper.h (working copy)
|
| @@ -231,7 +231,7 @@
|
| void FinishFramePrinting();
|
|
|
| // Prints the page listed in |params|.
|
| -#if defined(OS_LINUX)
|
| +#if defined(OS_LINUX) || defined(OS_ANDROID)
|
| void PrintPageInternal(const PrintMsg_PrintPage_Params& params,
|
| const gfx::Size& canvas_size,
|
| WebKit::WebFrame* frame,
|
|
|