Pass dpiVertical and dpiHorizontal to print settings

This commit is contained in:
Cheng Zhao 2017-08-22 13:54:49 +09:00
parent 8b55e6e2f5
commit d233fc044a
6 changed files with 13 additions and 9 deletions

View file

@ -26,8 +26,7 @@ PrintMsg_Print_Params::PrintMsg_Print_Params()
display_header_footer(false),
title(),
url(),
should_print_backgrounds(false),
device_name() {
should_print_backgrounds(false) {
}
PrintMsg_Print_Params::~PrintMsg_Print_Params() {}
@ -52,7 +51,6 @@ void PrintMsg_Print_Params::Reset() {
title = base::string16();
url = base::string16();
should_print_backgrounds = false;
device_name.clear();
}
PrintMsg_PrintPages_Params::PrintMsg_PrintPages_Params()