| Index: chrome/common/print_messages.h
|
| diff --git a/chrome/common/print_messages.h b/chrome/common/print_messages.h
|
| index cf91871b5867b1c0a2594f4a47be6532a2fd5150..cfeb66d649e096e335c430f640a0f9c666667b34 100644
|
| --- a/chrome/common/print_messages.h
|
| +++ b/chrome/common/print_messages.h
|
| @@ -253,8 +253,10 @@ IPC_STRUCT_BEGIN(PrintHostMsg_DidPrintPage_Params)
|
| // Page number.
|
| IPC_STRUCT_MEMBER(int, page_number)
|
|
|
| +#if defined(OS_WIN) && !defined(WIN_PDF_METAFILE_FOR_PRINTING)
|
| // Shrink factor used to render this page.
|
| IPC_STRUCT_MEMBER(double, actual_shrink)
|
| +#endif // OS_WIN && !WIN_PDF_METAFILE_FOR_PRINTING
|
|
|
| // The size of the page the page author specified.
|
| IPC_STRUCT_MEMBER(gfx::Size, page_size)
|
|
|