Index: components/printing/common/print_messages.h |
diff --git a/components/printing/common/print_messages.h b/components/printing/common/print_messages.h |
index 2c4fc9493ed6437cbd18bf63d82abb475fdd33bc..3679499793de374f62b6feba53e9e24d33933f71 100644 |
--- a/components/printing/common/print_messages.h |
+++ b/components/printing/common/print_messages.h |
@@ -47,6 +47,7 @@ struct PrintMsg_Print_Params { |
double dpi; |
double scale_factor; |
int desired_dpi; |
+ bool rasterize_pdf; |
int document_cookie; |
bool selection_only; |
bool supports_alpha_blend; |
@@ -128,6 +129,9 @@ 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 |
Lei Zhang
2017/02/25 01:01:16
Move this down below line 144 somewhere?
|
+ IPC_STRUCT_TRAITS_MEMBER(rasterize_pdf) |
+ |
// Cookie for the document to ensure correctness. |
IPC_STRUCT_TRAITS_MEMBER(document_cookie) |