Use kPointsPerInch instead of desired_dpi
Changed in https://codereview.chromium.org/2788343003
This commit is contained in:
parent
9945fc5148
commit
7d1a49db48
3 changed files with 10 additions and 25 deletions
|
@ -15,7 +15,6 @@ PrintMsg_Print_Params::PrintMsg_Print_Params()
|
|||
margin_left(0),
|
||||
dpi(0),
|
||||
scale_factor(1.0f),
|
||||
desired_dpi(0),
|
||||
document_cookie(0),
|
||||
selection_only(false),
|
||||
supports_alpha_blend(false),
|
||||
|
@ -41,7 +40,6 @@ void PrintMsg_Print_Params::Reset() {
|
|||
margin_left = 0;
|
||||
dpi = 0;
|
||||
scale_factor = 1.0f;
|
||||
desired_dpi = 0;
|
||||
document_cookie = 0;
|
||||
selection_only = false;
|
||||
supports_alpha_blend = false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue