Index: tests/DeferredCanvasTest.cpp |
=================================================================== |
--- tests/DeferredCanvasTest.cpp (revision 10315) |
+++ tests/DeferredCanvasTest.cpp (working copy) |
@@ -243,7 +243,6 @@ |
fDrawBitmapCallCount = 0; |
} |
virtual void drawBitmap(const SkDraw&, const SkBitmap&, |
- const SkIRect*, |
const SkMatrix&, const SkPaint&) SK_OVERRIDE { |
fDrawBitmapCallCount++; |
} |