Index: printing/emf_win.h |
diff --git a/printing/emf_win.h b/printing/emf_win.h |
index ff1c5a79e500cfa717d161414c89e72c2d1310e0..1da9364c0a12566b3db244fefbc0796df0c07351 100644 |
--- a/printing/emf_win.h |
+++ b/printing/emf_win.h |
@@ -58,9 +58,6 @@ class PRINTING_EXPORT Emf : public Metafile { |
virtual bool InitFromData(const void* src_buffer, |
uint32 src_buffer_size) override; |
- 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 |
// (since StartPage and EndPage do not work in a metafile DC). Only valid |
// when hdc_ is non-NULL. |page_size|, |content_area|, and |scale_factor| are |