| Index: src/utils/debugger/SkDebugCanvas.h
|
| diff --git a/src/utils/debugger/SkDebugCanvas.h b/src/utils/debugger/SkDebugCanvas.h
|
| index 2c079bd4c338424667be9f1c159bc75e86ea040e..6ec26e258119cbe80c0d6e46ca31c9db05098c6b 100644
|
| --- a/src/utils/debugger/SkDebugCanvas.h
|
| +++ b/src/utils/debugger/SkDebugCanvas.h
|
| @@ -165,9 +165,6 @@ public:
|
| const SkRect& dst, const SkPaint* paint,
|
| DrawBitmapRectFlags flags) SK_OVERRIDE;
|
|
|
| - virtual void drawBitmapMatrix(const SkBitmap&, const SkMatrix&,
|
| - const SkPaint*) SK_OVERRIDE;
|
| -
|
| virtual void drawBitmapNine(const SkBitmap& bitmap, const SkIRect& center,
|
| const SkRect& dst, const SkPaint*) SK_OVERRIDE;
|
|
|
|
|