Index: include/core/SkBitmapDevice.h |
diff --git a/include/core/SkBitmapDevice.h b/include/core/SkBitmapDevice.h |
index 9768aad5236c9385e56979d22d25d6a3eba17f8a..b17b7b4512f237673c0fb2236cd50afe0ef31117 100644 |
--- a/include/core/SkBitmapDevice.h |
+++ b/include/core/SkBitmapDevice.h |
@@ -76,6 +76,8 @@ protected: |
const SkMatrix& matrix, const SkPaint& paint) SK_OVERRIDE; |
virtual void drawSprite(const SkDraw&, const SkBitmap& bitmap, |
int x, int y, const SkPaint& paint) SK_OVERRIDE; |
+ virtual void drawSprite(const SkDraw&, const SkImage& image, |
+ int x, int y, const SkPaint& paint) SK_OVERRIDE; |
/** |
* The default impl. will create a bitmap-shader from the bitmap, |