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

Unified Diff: printing/printed_document.cc

Issue 641923002: Change PDF scaling factor from double to float. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Review comments Created 6 years, 2 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
« no previous file with comments | « printing/printed_document.h ('k') | printing/printed_document_win.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: printing/printed_document.cc
diff --git a/printing/printed_document.cc b/printing/printed_document.cc
index 63fce8f0d97c34b7d58de7d690c6e1d6ebb7bbab..62fbef8a4e5e532fee7ff6557a51cd2fcd0868e7 100644
--- a/printing/printed_document.cc
+++ b/printing/printed_document.cc
@@ -113,7 +113,7 @@ PrintedDocument::~PrintedDocument() {
void PrintedDocument::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) {
« no previous file with comments | « printing/printed_document.h ('k') | printing/printed_document_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698