| Index: printing/pdf_metafile_skia.h
|
| diff --git a/printing/pdf_metafile_skia.h b/printing/pdf_metafile_skia.h
|
| index c6f19712e125b70ee77003952b8249e146d5b66a..b44133fddee3fe0c111414074cff250df7e1ea4d 100644
|
| --- a/printing/pdf_metafile_skia.h
|
| +++ b/printing/pdf_metafile_skia.h
|
| @@ -30,7 +30,7 @@ class PRINTING_EXPORT PdfMetafileSkia : 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;
|
|
|