| Index: printing/printed_document.h
|
| diff --git a/printing/printed_document.h b/printing/printed_document.h
|
| index 47c9ec71a664ce0481930dd2309b2e39c0885cb3..d309cc88fb0c72c08fbca060c669e0f951d60561 100644
|
| --- a/printing/printed_document.h
|
| +++ b/printing/printed_document.h
|
| @@ -48,7 +48,7 @@ class PRINTING_EXPORT PrintedDocument
|
| void SetPage(int page_number,
|
| scoped_ptr<MetafilePlayer> metafile,
|
| #if defined(OS_WIN)
|
| - double shrink,
|
| + float shrink,
|
| #endif // OS_WIN
|
| const gfx::Size& paper_size,
|
| const gfx::Rect& page_rect);
|
|
|