| Index: src/utils/SkProxyCanvas.cpp
|
| diff --git a/src/utils/SkProxyCanvas.cpp b/src/utils/SkProxyCanvas.cpp
|
| index 61c62eff81d642ee78ef656caab2f77e138d232d..9adc81c72230c38f9af9e4464060540e23c11a94 100644
|
| --- a/src/utils/SkProxyCanvas.cpp
|
| +++ b/src/utils/SkProxyCanvas.cpp
|
| @@ -117,11 +117,6 @@ void SkProxyCanvas::drawBitmapRectToRect(const SkBitmap& bitmap, const SkRect* s
|
| fProxy->drawBitmapRectToRect(bitmap, src, dst, paint, flags);
|
| }
|
|
|
| -void SkProxyCanvas::drawBitmapMatrix(const SkBitmap& bitmap, const SkMatrix& m,
|
| - const SkPaint* paint) {
|
| - fProxy->drawBitmapMatrix(bitmap, m, paint);
|
| -}
|
| -
|
| void SkProxyCanvas::drawSprite(const SkBitmap& bitmap, int x, int y,
|
| const SkPaint* paint) {
|
| fProxy->drawSprite(bitmap, x, y, paint);
|
|
|