| Index: chrome/common/print_messages.cc
|
| diff --git a/chrome/common/print_messages.cc b/chrome/common/print_messages.cc
|
| index bc92d7767ab8d77b6cdf9eb00c62efa7395f576b..140a23ade40a206b4feee8c8916055cf02ffaba1 100644
|
| --- a/chrome/common/print_messages.cc
|
| +++ b/chrome/common/print_messages.cc
|
| @@ -29,33 +29,15 @@ PrintMsg_Print_Params::PrintMsg_Print_Params()
|
| display_header_footer(false),
|
| date(),
|
| title(),
|
| - url() {
|
| + url(),
|
| + raster_type(RASTER_NONE),
|
| + raster_size(16 * 1024 * 1024) {
|
| }
|
|
|
| PrintMsg_Print_Params::~PrintMsg_Print_Params() {}
|
|
|
| void PrintMsg_Print_Params::Reset() {
|
| - page_size = gfx::Size();
|
| - content_size = gfx::Size();
|
| - printable_area = gfx::Rect();
|
| - margin_top = 0;
|
| - margin_left = 0;
|
| - dpi = 0;
|
| - min_shrink = 0;
|
| - max_shrink = 0;
|
| - desired_dpi = 0;
|
| - document_cookie = 0;
|
| - selection_only = false;
|
| - supports_alpha_blend = false;
|
| - preview_ui_addr = std::string();
|
| - preview_request_id = 0;
|
| - is_first_request = false;
|
| - print_scaling_option = WebKit::WebPrintScalingOptionSourceSize;
|
| - print_to_pdf = false;
|
| - display_header_footer = false;
|
| - date = string16();
|
| - title = string16();
|
| - url = string16();
|
| + *this = PrintMsg_Print_Params();
|
| }
|
|
|
| PrintMsg_PrintPages_Params::PrintMsg_PrintPages_Params()
|
|
|