Chromium Code Reviews| Index: printing/metafile.h |
| =================================================================== |
| --- printing/metafile.h (revision 82287) |
| +++ printing/metafile.h (working copy) |
| @@ -57,7 +57,9 @@ |
| // VectorPlatformDevice implementation bound to the context created by |
| // StartPage or NULL on error. |
| virtual skia::PlatformDevice* StartPageForVectorCanvas( |
| - const gfx::Size& page_size, const gfx::Point& content_origin, |
| + const gfx::Size& page_size, |
| + const gfx::Size& content_size, |
|
vandebo (ex-Chrome)
2011/04/25 22:11:47
Instead of content_size and content_origin, we sho
Chris Guillory
2011/04/25 23:47:12
Done.
|
| + const gfx::Point& content_origin, |
| const float& scale_factor) = 0; |
| // Prepares a context for rendering a new page at the specified |