| Index: printing/pdf_metafile_skia.h
|
| diff --git a/printing/pdf_metafile_skia.h b/printing/pdf_metafile_skia.h
|
| index cb69b91685746a42222e3da40aaf5d2344ff455c..7d13343ae7ec18e7281c4576b1776abcb4de39f1 100644
|
| --- a/printing/pdf_metafile_skia.h
|
| +++ b/printing/pdf_metafile_skia.h
|
| @@ -18,8 +18,6 @@
|
| #include <windows.h>
|
| #endif
|
|
|
| -class SkCanvas;
|
| -
|
| namespace printing {
|
|
|
| enum SkiaDocumentType {
|
| @@ -77,9 +75,9 @@ class PRINTING_EXPORT PdfMetafileSkia : public Metafile {
|
| // is returned is owned by this PdfMetafileSkia object and does not
|
| // need to be ref()ed or unref()ed. The canvas will remain valid
|
| // until FinishPage() or FinishDocument() is called.
|
| - SkCanvas* GetVectorCanvasForNewPage(const gfx::Size& page_size,
|
| - const gfx::Rect& content_area,
|
| - const float& scale_factor);
|
| + CdlCanvas* GetVectorCanvasForNewPage(const gfx::Size& page_size,
|
| + const gfx::Rect& content_area,
|
| + const float& scale_factor);
|
|
|
| private:
|
| std::unique_ptr<PdfMetafileSkiaData> data_;
|
|
|