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

Unified Diff: printing/printed_document.h

Issue 8585017: PrintPreview: Honor the print media page size and margin values. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Added one more test Created 8 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
« no previous file with comments | « printing/pdf_metafile_cg_mac.cc ('k') | printing/printed_document.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: printing/printed_document.h
diff --git a/printing/printed_document.h b/printing/printed_document.h
index 3e3217a4423e27b43b2f0c229e09d79e25b84e17..3a61541d59373ebfce817679079e351a991ba089 100644
--- a/printing/printed_document.h
+++ b/printing/printed_document.h
@@ -127,9 +127,6 @@ class PRINTING_EXPORT PrintedDocument
// The total number of pages in the document.
int page_count_;
- // Shrink done in comparison to desired_dpi.
- double shrink_factor;
-
#if defined(OS_POSIX) && !defined(OS_MACOSX)
// Page number of the first page.
int first_page;
« no previous file with comments | « printing/pdf_metafile_cg_mac.cc ('k') | printing/printed_document.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698