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

Unified Diff: printing/printed_document.cc

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.cc
diff --git a/printing/printed_document.cc b/printing/printed_document.cc
index 047d2dbcb7915923df112230ff50e1557342f3cd..2162ec5451f7710e0b0da30bf145f0cf17c9fc29 100644
--- a/printing/printed_document.cc
+++ b/printing/printed_document.cc
@@ -111,9 +111,7 @@ PrintedDocument::~PrintedDocument() {
void PrintedDocument::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) {
// Notice the page_number + 1, the reason is that this is the value that will

Powered by Google App Engine
This is Rietveld 408576698