Index: printing/metafile.h |
diff --git a/printing/metafile.h b/printing/metafile.h |
index e331069b5052ea16778bfcfc423116379e884637..b5454ff1f5654ef536f53bed2d555106a3d3daa9 100644 |
--- a/printing/metafile.h |
+++ b/printing/metafile.h |
@@ -28,6 +28,7 @@ class Size; |
} |
class SkDevice; |
+typedef SkDevice SkBaseDevice; |
#if defined(OS_CHROMEOS) || defined(OS_ANDROID) |
namespace base { |
@@ -87,7 +88,7 @@ class PRINTING_EXPORT Metafile { |
// This method calls StartPage and then returns an appropriate |
// VectorPlatformDevice implementation bound to the context created by |
// StartPage or NULL on error. |
- virtual SkDevice* StartPageForVectorCanvas( |
+ virtual SkBaseDevice* StartPageForVectorCanvas( |
const gfx::Size& page_size, |
const gfx::Rect& content_area, |
const float& scale_factor) = 0; |