Chromium Code Reviews| Index: printing/pdf_metafile_skia.h |
| =================================================================== |
| --- printing/pdf_metafile_skia.h (revision 82287) |
| +++ printing/pdf_metafile_skia.h (working copy) |
| @@ -31,6 +31,7 @@ |
| virtual skia::PlatformDevice* StartPageForVectorCanvas( |
| const gfx::Size& page_size, |
| + const gfx::Size& content_size, |
| const gfx::Point& content_origin, |
| const float& scale_factor); |
| virtual bool StartPage(const gfx::Size& page_size, |
| @@ -66,4 +67,4 @@ |
| } // namespace printing |
| -#endif // PRINTING_PDF_METAFILE_MAC_H_ |
| +#endif // PRINTING_PDF_METAFILE_SKIA_H_ |
|
vandebo (ex-Chrome)
2011/04/25 22:11:47
thanks
Chris Guillory
2011/04/25 23:47:12
Np.
|