The Blink Rename
This commit is contained in:
parent
f4411889a9
commit
ba9b8719ac
1 changed files with 1 additions and 1 deletions
|
@ -157,7 +157,7 @@ void PrintWebViewHelper::PrintPageInternal(
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
float webkit_page_shrink_factor =
|
float webkit_page_shrink_factor =
|
||||||
frame->getPrintPageShrink(params.page_number);
|
frame->GetPrintPageShrink(params.page_number);
|
||||||
float scale_factor = css_scale_factor * webkit_page_shrink_factor;
|
float scale_factor = css_scale_factor * webkit_page_shrink_factor;
|
||||||
|
|
||||||
cc::PaintCanvas* canvas =
|
cc::PaintCanvas* canvas =
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue