| Index: chrome/utility/printing_handler.h
|
| diff --git a/chrome/utility/printing_handler.h b/chrome/utility/printing_handler.h
|
| index db0194d51f8d6035427ae790202d2c8b6be40068..59f2d3c8936fc54282ff58204ec4c9be0dd260d6 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(
|
|
|