| Index: printing/printed_document.h
|
| diff --git a/printing/printed_document.h b/printing/printed_document.h
|
| index c165d66b2acef91a92153430d5b5d84eca657854..6dc6d270400418b01119d47fb01ef0c1baaf39ef 100644
|
| --- a/printing/printed_document.h
|
| +++ b/printing/printed_document.h
|
| @@ -48,9 +48,7 @@ class PRINTING_EXPORT PrintedDocument
|
| // Note: locks for a short amount of time.
|
| void SetPage(int page_number,
|
| std::unique_ptr<MetafilePlayer> metafile,
|
| -#if defined(OS_WIN)
|
| float shrink,
|
| -#endif // OS_WIN
|
| const gfx::Size& paper_size,
|
| const gfx::Rect& page_rect);
|
|
|
|
|