| Index: include/utils/SkNWayCanvas.h
|
| diff --git a/include/utils/SkNWayCanvas.h b/include/utils/SkNWayCanvas.h
|
| index ec5d49afea700fbaa7bbf34aa7ea1b7eca6bfba1..ee780104c18066e9a2e3a48c4b15fe0cba630c3f 100644
|
| --- a/include/utils/SkNWayCanvas.h
|
| +++ b/include/utils/SkNWayCanvas.h
|
| @@ -40,8 +40,6 @@ public:
|
| virtual void drawImageRect(const SkImage* image, const SkRect* src,
|
| const SkRect& dst,
|
| const SkPaint* paint) SK_OVERRIDE;
|
| - virtual void drawBitmapMatrix(const SkBitmap& bitmap, const SkMatrix& m,
|
| - const SkPaint*) SK_OVERRIDE;
|
| virtual void drawBitmapNine(const SkBitmap& bitmap, const SkIRect& center,
|
| const SkRect& dst,
|
| const SkPaint* paint = NULL) SK_OVERRIDE;
|
|
|