Chromium Code Reviews| 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) |
|
Vitaly Buka (NO REVIEWS)
2017/01/27 00:38:49
How is this related to the patch?
PS printing is w
rbpotter
2017/01/27 16:37:21
Done.
|
| float shrink, |
| -#endif // OS_WIN |
| const gfx::Size& paper_size, |
| const gfx::Rect& page_rect); |