Chromium Code Reviews| Index: printing/pdf_metafile_cairo_linux.cc |
| =================================================================== |
| --- printing/pdf_metafile_cairo_linux.cc (revision 91504) |
| +++ printing/pdf_metafile_cairo_linux.cc (working copy) |
| @@ -124,7 +124,7 @@ |
| if (!StartPage(page_size, content_area, scale_factor)) |
| return NULL; |
| - return skia::VectorPlatformDeviceCairo::CreateDevice( |
| + return skia::VectorPlatformDeviceCairoFactory::CreateDevice( |
| context_, page_size.width(), page_size.height(), true); |
| } |