| Index: components/printing/renderer/print_web_view_helper_pdf_win.cc
|
| diff --git a/components/printing/renderer/print_web_view_helper_pdf_win.cc b/components/printing/renderer/print_web_view_helper_pdf_win.cc
|
| index 56acc7484d2e80ce3530a7f5d0a8feefd31503f2..13ad735cf56143b0f1da39007cb1ff5ae5b35183 100644
|
| --- a/components/printing/renderer/print_web_view_helper_pdf_win.cc
|
| +++ b/components/printing/renderer/print_web_view_helper_pdf_win.cc
|
| @@ -13,7 +13,6 @@
|
| #include "printing/page_size_margins.h"
|
| #include "printing/pdf_metafile_skia.h"
|
| #include "printing/units.h"
|
| -#include "skia/ext/platform_device.h"
|
| #include "third_party/WebKit/public/web/WebLocalFrame.h"
|
|
|
| namespace printing {
|
| @@ -160,7 +159,6 @@ void PrintWebViewHelper::PrintPageInternal(
|
| return;
|
|
|
| MetafileSkiaWrapper::SetMetafileOnCanvas(*canvas, metafile);
|
| - skia::SetIsDraftMode(*canvas, is_print_ready_metafile_sent_);
|
|
|
| #if defined(ENABLE_PRINT_PREVIEW)
|
| if (params.params.display_header_footer) {
|
|
|