| Index: printing/pdf_metafile_skia.h
|
| ===================================================================
|
| --- printing/pdf_metafile_skia.h (revision 85672)
|
| +++ printing/pdf_metafile_skia.h (working copy)
|
| @@ -29,10 +29,11 @@
|
| virtual bool Init();
|
| virtual bool InitFromData(const void* src_buffer, uint32 src_buffer_size);
|
|
|
| - virtual skia::PlatformDevice* StartPageForVectorCanvas(
|
| + virtual SkDevice* StartPageForVectorCanvas(
|
| const gfx::Size& page_size,
|
| const gfx::Rect& content_area,
|
| const float& scale_factor);
|
| +
|
| virtual bool StartPage(const gfx::Size& page_size,
|
| const gfx::Rect& content_area,
|
| const float& scale_factor);
|
|
|