| Index: src/pathops/SkOpContour.h
|
| diff --git a/src/pathops/SkOpContour.h b/src/pathops/SkOpContour.h
|
| index 184ee92ddffd96d619a7833fe058c19619ef260a..c86f27b22e5bccd63f088d9fe033ed87b31c8449 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);
|
|
|