| Index: printing/pdf_metafile_mac.cc
|
| ===================================================================
|
| --- printing/pdf_metafile_mac.cc (revision 78814)
|
| +++ printing/pdf_metafile_mac.cc (working copy)
|
| @@ -62,13 +62,6 @@
|
| return true;
|
| }
|
|
|
| -skia::PlatformDevice* PdfMetafile::StartPageForVectorCanvas(
|
| - const gfx::Size& page_size, const gfx::Point& content_origin,
|
| - const float& scale_factor) {
|
| - NOTIMPLEMENTED();
|
| - return NULL;
|
| -}
|
| -
|
| bool PdfMetafile::StartPage(const gfx::Size& page_size,
|
| const gfx::Point& content_origin,
|
| const float& scale_factor) {
|
|
|