| Index: chrome/renderer/printing/print_web_view_helper.h
|
| diff --git a/chrome/renderer/printing/print_web_view_helper.h b/chrome/renderer/printing/print_web_view_helper.h
|
| index 67bcc73c91a9afc31d0402e312174523485a59c9..9cab5dfaa996b69b00988a5664ed0d42931b3171 100644
|
| --- a/chrome/renderer/printing/print_web_view_helper.h
|
| +++ b/chrome/renderer/printing/print_web_view_helper.h
|
| @@ -15,7 +15,7 @@
|
| #include "base/time/time.h"
|
| #include "content/public/renderer/render_view_observer.h"
|
| #include "content/public/renderer/render_view_observer_tracker.h"
|
| -#include "printing/metafile_impl.h"
|
| +#include "printing/pdf_metafile_skia.h"
|
| #include "third_party/WebKit/public/platform/WebCanvas.h"
|
| #include "third_party/WebKit/public/web/WebNode.h"
|
| #include "third_party/WebKit/public/web/WebPrintParams.h"
|
| @@ -395,7 +395,7 @@ class PrintWebViewHelper
|
|
|
| int total_page_count() const;
|
| bool generate_draft_pages() const;
|
| - PreviewMetafile* metafile();
|
| + PdfMetafileSkia* metafile();
|
| gfx::Size GetPrintCanvasSize() const;
|
| int last_error() const;
|
|
|
| @@ -415,7 +415,7 @@ class PrintWebViewHelper
|
| blink::WebNode source_node_;
|
|
|
| scoped_ptr<PrepareFrameAndViewForPrint> prep_frame_view_;
|
| - scoped_ptr<PreviewMetafile> metafile_;
|
| + scoped_ptr<PdfMetafileSkia> metafile_;
|
|
|
| // Total page count in the renderer.
|
| int total_page_count_;
|
|
|