| Index: printing/pdf_metafile_cairo_linux.cc
|
| ===================================================================
|
| --- printing/pdf_metafile_cairo_linux.cc (revision 86706)
|
| +++ printing/pdf_metafile_cairo_linux.cc (working copy)
|
| @@ -118,7 +118,7 @@
|
| return true;
|
| }
|
|
|
| -skia::PlatformDevice* PdfMetafileCairo::StartPageForVectorCanvas(
|
| +SkDevice* PdfMetafileCairo::StartPageForVectorCanvas(
|
| const gfx::Size& page_size, const gfx::Rect& content_area,
|
| const float& scale_factor) {
|
| if (!StartPage(page_size, content_area, scale_factor))
|
|
|