From c54d8db4d169ea5f2af2a9a2349df007bd428475 Mon Sep 17 00:00:00 2001 From: Florin Malita Date: Wed, 10 Dec 2014 12:02:16 -0500 Subject: Remove SkCanvas::drawBitmapMatrix() R=mtklein@google.com, reed@google.com, robertphillips@google.com Review URL: https://codereview.chromium.org/789033002 --- include/core/SkCanvas.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'include/core/SkCanvas.h') diff --git a/include/core/SkCanvas.h b/include/core/SkCanvas.h index 46dc3774f0..c4ec76aee4 100644 --- a/include/core/SkCanvas.h +++ b/include/core/SkCanvas.h @@ -853,9 +853,6 @@ public: this->drawBitmapRectToRect(bitmap, realSrcPtr, dst, paint, flags); } - virtual void drawBitmapMatrix(const SkBitmap& bitmap, const SkMatrix& m, - const SkPaint* paint = NULL); - /** * Draw the bitmap stretched differentially to fit into dst. * center is a rect within the bitmap, and logically divides the bitmap -- cgit v1.2.3