| Index: printing/pdf_ps_metafile_cairo.cc
|
| ===================================================================
|
| --- printing/pdf_ps_metafile_cairo.cc (revision 78814)
|
| +++ printing/pdf_ps_metafile_cairo.cc (working copy)
|
| @@ -145,18 +145,6 @@
|
| return true;
|
| }
|
|
|
| -skia::PlatformDevice* PdfPsMetafile::StartPageForVectorCanvas(
|
| - const gfx::Size& page_size, const gfx::Point& content_origin,
|
| - const float& scale_factor) {
|
| - if (!StartPage(page_size, content_origin, scale_factor))
|
| - return NULL;
|
| -
|
| - return skia::VectorPlatformDeviceFactory::CreateDevice(context_,
|
| - page_size.width(),
|
| - page_size.height(),
|
| - true);
|
| -}
|
| -
|
| bool PdfPsMetafile::StartPage(const gfx::Size& page_size,
|
| const gfx::Point& content_origin,
|
| const float& scale_factor) {
|
|
|