| 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;
|
|
|