aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/core/SkDevice.h
diff options
context:
space:
mode:
authorGravatar robertphillips@google.com <robertphillips@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2013-07-25 12:10:42 +0000
committerGravatar robertphillips@google.com <robertphillips@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2013-07-25 12:10:42 +0000
commit9bf380ce7f848dfb5886dd52b82746521454b739 (patch)
treeb54c0fb5c026b791e4114e7d47dd43904674a9fb /include/core/SkDevice.h
parent5c561cb8d8151d38c69128345106cbf225033a1a (diff)
drawBitmap* cleanup
Diffstat (limited to 'include/core/SkDevice.h')
-rw-r--r--include/core/SkDevice.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/core/SkDevice.h b/include/core/SkDevice.h
index 162d882e85..f39e5dd2ab 100644
--- a/include/core/SkDevice.h
+++ b/include/core/SkDevice.h
@@ -277,7 +277,6 @@ protected:
const SkMatrix* prePathMatrix = NULL,
bool pathIsMutable = false);
virtual void drawBitmap(const SkDraw&, const SkBitmap& bitmap,
- const SkIRect* srcRectOrNull,
const SkMatrix& matrix, const SkPaint& paint);
virtual void drawSprite(const SkDraw&, const SkBitmap& bitmap,
int x, int y, const SkPaint& paint);