Index: src/core/SkRecorder.cpp |
diff --git a/src/core/SkRecorder.cpp b/src/core/SkRecorder.cpp |
index 04da7c440c9a37186cf8a35c18e5e0e1647040d6..e29d43d7d87a486f76eb0a0424eca6cc7f2cfd0f 100644 |
--- a/src/core/SkRecorder.cpp |
+++ b/src/core/SkRecorder.cpp |
@@ -179,12 +179,6 @@ void SkRecorder::drawBitmapRectToRect(const SkBitmap& bitmap, |
this->copy(paint), delay_copy(bitmap), this->copy(src), dst); |
} |
-void SkRecorder::drawBitmapMatrix(const SkBitmap& bitmap, |
- const SkMatrix& matrix, |
- const SkPaint* paint) { |
- APPEND(DrawBitmapMatrix, this->copy(paint), delay_copy(bitmap), matrix); |
-} |
- |
void SkRecorder::drawBitmapNine(const SkBitmap& bitmap, |
const SkIRect& center, |
const SkRect& dst, |