aboutsummaryrefslogtreecommitdiffhomepage
path: root/experimental/sksg/geometry/SkSGPath.h
diff options
context:
space:
mode:
Diffstat (limited to 'experimental/sksg/geometry/SkSGPath.h')
-rw-r--r--experimental/sksg/geometry/SkSGPath.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/experimental/sksg/geometry/SkSGPath.h b/experimental/sksg/geometry/SkSGPath.h
index a398e2f0a4..1a8718868d 100644
--- a/experimental/sksg/geometry/SkSGPath.h
+++ b/experimental/sksg/geometry/SkSGPath.h
@@ -26,6 +26,7 @@ public:
static sk_sp<Path> Make(const SkPath& r) { return sk_sp<Path>(new Path(r)); }
SG_ATTRIBUTE(Path, SkPath, fPath)
+ SG_MAPPED_ATTRIBUTE(FillType, SkPath::FillType, fPath)
protected:
void onClip(SkCanvas*, bool antiAlias) const override;