| Index: src/core/SkRecorder.h
|
| diff --git a/src/core/SkRecorder.h b/src/core/SkRecorder.h
|
| index ff5c9ed96ce14d10177907f96bfe2342b8255835..102aac5a1d116fa106ddcb1f68ef94c2e52fdb7e 100644
|
| --- a/src/core/SkRecorder.h
|
| +++ b/src/core/SkRecorder.h
|
| @@ -63,9 +63,6 @@ public:
|
| const SkRect& dst,
|
| const SkPaint* paint = NULL,
|
| DrawBitmapRectFlags flags = kNone_DrawBitmapRectFlag) SK_OVERRIDE;
|
| - void drawBitmapMatrix(const SkBitmap& bitmap,
|
| - const SkMatrix& m,
|
| - const SkPaint* paint = NULL) SK_OVERRIDE;
|
| void drawBitmapNine(const SkBitmap& bitmap,
|
| const SkIRect& center,
|
| const SkRect& dst,
|
|
|