| Index: chrome/common/print_messages.h
|
| diff --git a/chrome/common/print_messages.h b/chrome/common/print_messages.h
|
| index c0e1a8a6187166ae4bb62425d1255d3b61f38774..32dd0b9bc72d84568dd7db09392a4ff30a6f5e16 100644
|
| --- a/chrome/common/print_messages.h
|
| +++ b/chrome/common/print_messages.h
|
| @@ -365,10 +365,12 @@ IPC_MESSAGE_ROUTED1(PrintHostMsg_DidGetPreviewPageCount,
|
|
|
| // Notify the browser of the default page layout according to the currently
|
| // selected printer and page size.
|
| +// |printable_area_in_points| Specifies the printable area in points.
|
| // |has_custom_page_size_style| is true when the printing frame has a custom
|
| // page size css otherwise false.
|
| -IPC_MESSAGE_ROUTED2(PrintHostMsg_DidGetDefaultPageLayout,
|
| +IPC_MESSAGE_ROUTED3(PrintHostMsg_DidGetDefaultPageLayout,
|
| printing::PageSizeMargins /* page layout in points */,
|
| + gfx::Rect /* printable area in points */,
|
| bool /* has custom page size style */)
|
|
|
| // Notify the browser a print preview page has been rendered.
|
|
|