| Index: include/private/SkRecords.h
|
| diff --git a/include/private/SkRecords.h b/include/private/SkRecords.h
|
| index 35adca20e7aea0c6f1e5eb4cd3eb6b0a721bf7a2..07aac4a5b12375d4d2a2f52ac62befc128937c58 100644
|
| --- a/include/private/SkRecords.h
|
| +++ b/include/private/SkRecords.h
|
| @@ -68,6 +68,7 @@ namespace SkRecords {
|
| M(DrawPath) \
|
| M(DrawPatch) \
|
| M(DrawPicture) \
|
| + M(DrawShadowedPicture) \
|
| M(DrawPoints) \
|
| M(DrawPosText) \
|
| M(DrawPosTextH) \
|
| @@ -309,6 +310,10 @@ RECORD(DrawPicture, kDraw_Tag,
|
| Optional<SkPaint> paint;
|
| RefBox<const SkPicture> picture;
|
| TypedMatrix matrix);
|
| +RECORD(DrawShadowedPicture, kDraw_Tag,
|
| + Optional<SkPaint> paint;
|
| + RefBox<const SkPicture> picture;
|
| + sk_sp<SkLights> lights);
|
| RECORD(DrawPoints, kDraw_Tag,
|
| SkPaint paint;
|
| SkCanvas::PointMode mode;
|
|
|