| Index: src/core/SkPictureRecord.h
|
| diff --git a/src/core/SkPictureRecord.h b/src/core/SkPictureRecord.h
|
| index ed5d065b1724bdd1fc37cc0fcdcb82a4c54b1f70..1a46b47b0e4617c7237ec6e1e8d582d1288729b2 100644
|
| --- a/src/core/SkPictureRecord.h
|
| +++ b/src/core/SkPictureRecord.h
|
| @@ -185,7 +185,7 @@ protected:
|
| DrawBitmapRectFlags flags) 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,
|
|
|