Index: include/private/SkRecords.h |
diff --git a/include/private/SkRecords.h b/include/private/SkRecords.h |
index a095452d1cb23883f985a3e51d4a38f5754e8ea2..f5f1b0d661cdbab2284ffb2f37250365d53edf72 100644 |
--- a/include/private/SkRecords.h |
+++ b/include/private/SkRecords.h |
@@ -257,7 +257,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; |
+ SkShadowType sType); |
RECORD(DrawPoints, kDraw_Tag|kHasPaint_Tag, |
SkPaint paint; |
SkCanvas::PointMode mode; |