Chromium Code Reviews| Index: printing/emf_win.cc |
| =================================================================== |
| --- printing/emf_win.cc (revision 85672) |
| +++ printing/emf_win.cc (working copy) |
| @@ -403,7 +403,7 @@ |
| return res; |
| } |
| -skia::PlatformDevice* Emf::StartPageForVectorCanvas( |
| +SkDevice* Emf::StartPageForVectorCanvas( |
| const gfx::Size& page_size, const gfx::Rect& content_area, |
| const float& scale_factor) { |
| if (!StartPage(page_size, content_area, scale_factor)) |