| Index: printing/emf_win.h
|
| diff --git a/printing/emf_win.h b/printing/emf_win.h
|
| index 3516f4efb7d185e0e155dfeb7e44905a9d36a7b8..fa274091f20f4e8715fe9b985c76ca2a5d2d0bd2 100644
|
| --- a/printing/emf_win.h
|
| +++ b/printing/emf_win.h
|
| @@ -54,7 +54,7 @@ class PRINTING_EXPORT Emf : public Metafile {
|
| virtual bool InitFromData(const void* src_buffer,
|
| uint32 src_buffer_size) OVERRIDE;
|
|
|
| - virtual SkDevice* StartPageForVectorCanvas(
|
| + virtual SkBaseDevice* StartPageForVectorCanvas(
|
| const gfx::Size& page_size, const gfx::Rect& content_area,
|
| const float& scale_factor) OVERRIDE;
|
| // Inserts a custom GDICOMMENT records indicating StartPage/EndPage calls
|
|
|