Index: printing/emf_win.h |
=================================================================== |
--- printing/emf_win.h (revision 86706) |
+++ printing/emf_win.h (working copy) |
@@ -45,7 +45,7 @@ |
virtual bool Init(); |
virtual bool InitFromData(const void* src_buffer, uint32 src_buffer_size); |
- virtual skia::PlatformDevice* StartPageForVectorCanvas( |
+ virtual SkDevice* StartPageForVectorCanvas( |
const gfx::Size& page_size, const gfx::Rect& content_area, |
const float& scale_factor); |
// Inserts a custom GDICOMMENT records indicating StartPage/EndPage calls |