| Index: src/core/SkRecorder.h
|
| diff --git a/src/core/SkRecorder.h b/src/core/SkRecorder.h
|
| index b1515783975dfcea0895bcc122db0227ff4542ba..404d54c803eee35d7b13389f57ab6c85ec8c69a7 100644
|
| --- a/src/core/SkRecorder.h
|
| +++ b/src/core/SkRecorder.h
|
| @@ -98,10 +98,10 @@ public:
|
| void onDrawPath(const SkPath&, const SkPaint&) override;
|
| void onDrawBitmap(const SkBitmap&, SkScalar left, SkScalar top, const SkPaint*) override;
|
| void onDrawBitmapRect(const SkBitmap&, const SkRect* src, const SkRect& dst, const SkPaint*,
|
| - DrawBitmapRectFlags flags) override;
|
| + SK_VIRTUAL_CONSTRAINT_TYPE) override;
|
| void onDrawImage(const SkImage*, SkScalar left, SkScalar top, const SkPaint*) override;
|
| void onDrawImageRect(const SkImage*, const SkRect* src, const SkRect& dst,
|
| - const SkPaint*) override;
|
| + const SkPaint* SRC_RECT_CONSTRAINT_PARAM(constraint)) override;
|
| void onDrawImageNine(const SkImage*, const SkIRect& center, const SkRect& dst,
|
| const SkPaint*) override;
|
| void onDrawBitmapNine(const SkBitmap&, const SkIRect& center, const SkRect& dst,
|
|
|