Chromium Code Reviews| Index: printing/page_setup.h |
| diff --git a/printing/page_setup.h b/printing/page_setup.h |
| index ef1552d0e73e1f2188a84f3b3721e4173d6a8d21..322ae9e8212e2dd6f9584cd4bdf53b6136415694 100644 |
| --- a/printing/page_setup.h |
| +++ b/printing/page_setup.h |
| @@ -66,7 +66,7 @@ class PRINTING_EXPORT PageSetup { |
| private: |
| // Calculate overlay_area_, effective_margins_, and content_area_, based on |
| // a constraint of |bounds|. |
|
dpapad
2011/10/17 23:03:03
Nit: Update comment.
vandebo (ex-Chrome)
2011/10/17 23:16:54
Done.
|
| - void CalculateSizesWithinRect(const gfx::Rect& bounds); |
| + void CalculateSizesWithinRect(const gfx::Rect& bounds, int text_height); |
| // Physical size of the page, including non-printable margins. |
| gfx::Size physical_size_; |