diff options
Diffstat (limited to 'src/pathops/SkOpContour.h')
-rw-r--r-- | src/pathops/SkOpContour.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pathops/SkOpContour.h b/src/pathops/SkOpContour.h index 184ee92ddf..c86f27b22e 100644 --- a/src/pathops/SkOpContour.h +++ b/src/pathops/SkOpContour.h @@ -40,7 +40,7 @@ public: appendSegment(allocator).addCubic(pts, this); } - void addCurve(SkPath::Verb verb, const SkPoint pts[4], SkChunkAlloc* allocator); + SkOpSegment* addCurve(SkPath::Verb verb, const SkPoint pts[4], SkChunkAlloc* allocator); void addLine(SkPoint pts[2], SkChunkAlloc* allocator) { appendSegment(allocator).addLine(pts, this); |