| Index: src/core/SkPictureRecord.h
|
| diff --git a/src/core/SkPictureRecord.h b/src/core/SkPictureRecord.h
|
| index ed5d065b1724bdd1fc37cc0fcdcb82a4c54b1f70..cb6f32418cdfef79e3516d78b03dae444726e745 100644
|
| --- a/src/core/SkPictureRecord.h
|
| +++ b/src/core/SkPictureRecord.h
|
| @@ -182,10 +182,10 @@ protected:
|
| 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,
|
|
|