Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(58)

Unified Diff: printing/printed_document.h

Issue 2633573002: Add Postscript Printing (Closed)
Patch Set: Rebase Created 3 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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);

Powered by Google App Engine
This is Rietveld 408576698