| Index: chrome/utility/printing_handler.h
|
| diff --git a/chrome/utility/printing_handler.h b/chrome/utility/printing_handler.h
|
| index 869e742f376fb0bacb432e14560e761d5c6d6a9b..3891d5e868f71dd128290d68810372f5724a57f3 100644
|
| --- a/chrome/utility/printing_handler.h
|
| +++ b/chrome/utility/printing_handler.h
|
| @@ -54,7 +54,7 @@ class PrintingHandler : public UtilityMessageHandler {
|
| int LoadPDF(base::File pdf_file);
|
| bool RenderPdfPageToMetafile(int page_number,
|
| base::File output_file,
|
| - double* scale_factor);
|
| + float* scale_factor);
|
| #endif // OS_WIN
|
| #if defined(ENABLE_FULL_PRINTING)
|
| bool RenderPDFPagesToPWGRaster(
|
|
|