Index: include/core/SkCanvas.h |
diff --git a/include/core/SkCanvas.h b/include/core/SkCanvas.h |
index ff60c57fa7ec325a7678fbb8e1e28629b83e71a2..c7402c60a00982f64894b8f9821a6bea7a6d9a13 100644 |
--- a/include/core/SkCanvas.h |
+++ b/include/core/SkCanvas.h |
@@ -882,9 +882,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 |