| Index: components/printing/common/print_messages.cc
|
| diff --git a/components/printing/common/print_messages.cc b/components/printing/common/print_messages.cc
|
| index 5820bb15838fdaadbfeace770005476cac26b8ec..ccc5b40ea3af3768ee9c7af026f7eac5012832b9 100644
|
| --- a/components/printing/common/print_messages.cc
|
| +++ b/components/printing/common/print_messages.cc
|
| @@ -50,6 +50,7 @@ PrintMsg_Print_Params::PrintMsg_Print_Params()
|
| dpi(0),
|
| scale_factor(1.0f),
|
| desired_dpi(0),
|
| + rasterize_pdf(false),
|
| document_cookie(0),
|
| selection_only(false),
|
| supports_alpha_blend(false),
|
| @@ -77,6 +78,7 @@ void PrintMsg_Print_Params::Reset() {
|
| dpi = 0;
|
| scale_factor = 1.0f;
|
| desired_dpi = 0;
|
| + rasterize_pdf = false;
|
| document_cookie = 0;
|
| selection_only = false;
|
| supports_alpha_blend = false;
|
|
|