diff options
Diffstat (limited to 'chrome/renderer/print_web_view_helper.h')
-rw-r--r-- | chrome/renderer/print_web_view_helper.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/renderer/print_web_view_helper.h b/chrome/renderer/print_web_view_helper.h index 406c807..0c49884 100644 --- a/chrome/renderer/print_web_view_helper.h +++ b/chrome/renderer/print_web_view_helper.h @@ -74,7 +74,7 @@ class PrintWebViewHelper : public WebViewDelegate { // Notification when printing is done - signal teardown void DidFinishPrinting(bool success); - +#ifndef OS_MACOSX // Prints the page listed in |params| as a JPEG image. The width and height of // the image will scale propotionally given the |zoom_factor| multiplier. The // encoded JPEG data will be written into the supplied vector |image_data|. @@ -82,7 +82,7 @@ class PrintWebViewHelper : public WebViewDelegate { WebKit::WebFrame* frame, float zoom_factor, std::vector<unsigned char>* image_data); - +#endif protected: bool CopyAndPrint(const ViewMsg_PrintPages_Params& params, WebKit::WebFrame* web_frame); |