diff options
Diffstat (limited to 'printing/page_setup.h')
-rw-r--r-- | printing/page_setup.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/printing/page_setup.h b/printing/page_setup.h index ef1552d..9173475 100644 --- a/printing/page_setup.h +++ b/printing/page_setup.h @@ -65,8 +65,8 @@ class PRINTING_EXPORT PageSetup { private: // Calculate overlay_area_, effective_margins_, and content_area_, based on - // a constraint of |bounds|. - void CalculateSizesWithinRect(const gfx::Rect& bounds); + // a constraint of |bounds| and |text_height|. + void CalculateSizesWithinRect(const gfx::Rect& bounds, int text_height); // Physical size of the page, including non-printable margins. gfx::Size physical_size_; |