Index: components/printing/common/print_messages.h |
diff --git a/components/printing/common/print_messages.h b/components/printing/common/print_messages.h |
index 9a90bc11073848958d9128c80dc76bedc54e796a..14c8d64ef5738b3c37ebc724e3f0147970b64d30 100644 |
--- a/components/printing/common/print_messages.h |
+++ b/components/printing/common/print_messages.h |
@@ -130,9 +130,6 @@ IPC_STRUCT_TRAITS_BEGIN(PrintMsg_Print_Params) |
// Desired apparent dpi on paper. |
IPC_STRUCT_TRAITS_MEMBER(desired_dpi) |
- // Whether to rasterize a PDF for printing |
- IPC_STRUCT_TRAITS_MEMBER(rasterize_pdf) |
- |
// Cookie for the document to ensure correctness. |
IPC_STRUCT_TRAITS_MEMBER(document_cookie) |
@@ -168,6 +165,9 @@ IPC_STRUCT_TRAITS_BEGIN(PrintMsg_Print_Params) |
// URL string to be printed as footer if requested by the user. |
IPC_STRUCT_TRAITS_MEMBER(url) |
+ // Whether to rasterize a PDF for printing |
+ IPC_STRUCT_TRAITS_MEMBER(rasterize_pdf) |
+ |
// True if print backgrounds is requested by the user. |
IPC_STRUCT_TRAITS_MEMBER(should_print_backgrounds) |
IPC_STRUCT_TRAITS_END() |