aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/SkRecords.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/SkRecords.h')
-rw-r--r--src/core/SkRecords.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/SkRecords.h b/src/core/SkRecords.h
index 67424aca2a..4ec2ae68c7 100644
--- a/src/core/SkRecords.h
+++ b/src/core/SkRecords.h
@@ -344,6 +344,8 @@ RECORD(DrawAtlas, kDraw_Tag|kHasImage_Tag|kHasPaint_Tag,
RECORD(DrawVertices, kDraw_Tag|kHasPaint_Tag,
SkPaint paint;
sk_sp<SkVertices> vertices;
+ PODArray<SkMatrix> bones;
+ int boneCount;
SkBlendMode bmode);
RECORD(DrawShadowRec, kDraw_Tag,
PreCachedPath path;