aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/gpu
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/gpu
parent5c561cb8d8151d38c69128345106cbf225033a1a (diff)
drawBitmap* cleanup
Diffstat (limited to 'include/gpu')
-rw-r--r--include/gpu/SkGpuDevice.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/gpu/SkGpuDevice.h b/include/gpu/SkGpuDevice.h
index b0b15591ca..32f874966a 100644
--- a/include/gpu/SkGpuDevice.h
+++ b/include/gpu/SkGpuDevice.h
@@ -81,7 +81,6 @@ public:
const SkPaint& paint, const SkMatrix* prePathMatrix,
bool pathIsMutable) SK_OVERRIDE;
virtual void drawBitmap(const SkDraw&, const SkBitmap& bitmap,
- const SkIRect* srcRectOrNull,
const SkMatrix&, const SkPaint&) SK_OVERRIDE;
virtual void drawBitmapRect(const SkDraw&, const SkBitmap&,
const SkRect* srcOrNull, const SkRect& dst,