Index: include/private/SkRecords.h |
diff --git a/include/private/SkRecords.h b/include/private/SkRecords.h |
index 14b653190ab147948ccfc20637bdfdb3d9190451..637a2ef68c5a7aefb16d81b5d26472faa9e3b42e 100644 |
--- a/include/private/SkRecords.h |
+++ b/include/private/SkRecords.h |
@@ -268,7 +268,8 @@ RECORD(DrawPicture, kDraw_Tag|kHasPaint_Tag, |
RECORD(DrawShadowedPicture, kDraw_Tag|kHasPaint_Tag, |
Optional<SkPaint> paint; |
sk_sp<const SkPicture> picture; |
- TypedMatrix matrix); |
+ TypedMatrix matrix; |
+ const SkShadowParams& params); |
RECORD(DrawPoints, kDraw_Tag|kHasPaint_Tag, |
SkPaint paint; |
SkCanvas::PointMode mode; |