aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--src/core/SkRecords.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/SkRecords.h b/src/core/SkRecords.h
index a63ef1c6a5..389730404c 100644
--- a/src/core/SkRecords.h
+++ b/src/core/SkRecords.h
@@ -348,7 +348,7 @@ RECORD(DrawVertices, kDraw_Tag|kHasPaint_Tag,
sk_sp<SkVertices> vertices;
SkBlendMode bmode);
RECORD(DrawShadowRec, kDraw_Tag,
- SkPath path;
+ PreCachedPath path;
SkDrawShadowRec rec);
RECORD(DrawAnnotation, 0, // TODO: kDraw_Tag, skia:5548
SkRect rect;