Index: src/utils/SkPictureUtils.cpp |
=================================================================== |
--- src/utils/SkPictureUtils.cpp (revision 10315) |
+++ src/utils/SkPictureUtils.cpp (working copy) |
@@ -103,7 +103,6 @@ |
this->addBitmapFromPaint(paint); |
} |
virtual void drawBitmap(const SkDraw&, const SkBitmap& bitmap, |
- const SkIRect* srcRectOrNull, |
const SkMatrix&, const SkPaint&) SK_OVERRIDE { |
this->addBitmap(bitmap); |
} |