| Index: chrome/utility/printing_handler.h
|
| diff --git a/chrome/utility/printing_handler.h b/chrome/utility/printing_handler.h
|
| index 0d71af261fe6ff24b844c06dc6d7172cbfc80357..88a7536a42382f4e70291bf7eaccb3863bc1d960 100644
|
| --- a/chrome/utility/printing_handler.h
|
| +++ b/chrome/utility/printing_handler.h
|
| @@ -52,7 +52,8 @@ class PrintingHandler : public UtilityMessageHandler {
|
| int LoadPDF(base::File pdf_file);
|
| bool RenderPdfPageToMetafile(int page_number,
|
| base::File output_file,
|
| - float* scale_factor);
|
| + float* scale_factor,
|
| + bool postscript);
|
| #endif // OS_WIN
|
| #if BUILDFLAG(ENABLE_PRINT_PREVIEW)
|
| bool RenderPDFPagesToPWGRaster(base::File pdf_file,
|
|
|