Index: skia/ext/vector_platform_device_emf_win.h |
=================================================================== |
--- skia/ext/vector_platform_device_emf_win.h (revision 176036) |
+++ skia/ext/vector_platform_device_emf_win.h (working copy) |
@@ -44,6 +44,9 @@ |
const SkPaint& paint, |
const SkMatrix* prePathMatrix = NULL, |
bool pathIsMutable = false) OVERRIDE; |
+ virtual void drawBitmapRect(const SkDraw& draw, const SkBitmap& bitmap, |
+ const SkRect* src, const SkRect& dst, |
+ const SkPaint& paint) SK_OVERRIDE; |
virtual void drawBitmap(const SkDraw& draw, const SkBitmap& bitmap, |
const SkIRect* srcRectOrNull, |
const SkMatrix& matrix, |