| Index: src/core/SkRecords.h
|
| diff --git a/src/core/SkRecords.h b/src/core/SkRecords.h
|
| index 074a560c04f7f1ce6dbc8c2fe16b9cc5c8bbbb02..a843c0bd701967581e7d7d4e11d816b528c5d5a1 100644
|
| --- a/src/core/SkRecords.h
|
| +++ b/src/core/SkRecords.h
|
| @@ -295,10 +295,11 @@ RECORD4(DrawImage, Optional<SkPaint>, paint,
|
| RefBox<const SkImage>, image,
|
| SkScalar, left,
|
| SkScalar, top);
|
| -RECORD4(DrawImageRect, Optional<SkPaint>, paint,
|
| +RECORD5(DrawImageRect, Optional<SkPaint>, paint,
|
| RefBox<const SkImage>, image,
|
| Optional<SkRect>, src,
|
| - SkRect, dst);
|
| + SkRect, dst,
|
| + SkCanvas::SrcRectConstraint, constraint);
|
| RECORD4(DrawImageNine, Optional<SkPaint>, paint,
|
| RefBox<const SkImage>, image,
|
| SkIRect, center,
|
|
|