| Index: src/pathops/SkOpSegment.h
|
| diff --git a/src/pathops/SkOpSegment.h b/src/pathops/SkOpSegment.h
|
| index 98e140cba3e2e592ce29410283fa014471da48ac..06649aa2be204efdeaa507e25e3cd083de64c31c 100644
|
| --- a/src/pathops/SkOpSegment.h
|
| +++ b/src/pathops/SkOpSegment.h
|
| @@ -69,8 +69,7 @@ public:
|
| return this;
|
| }
|
|
|
| - void addCurveTo(const SkOpSpanBase* start, const SkOpSpanBase* end, SkPathWriter* path,
|
| - bool active) const;
|
| + bool addCurveTo(const SkOpSpanBase* start, const SkOpSpanBase* end, SkPathWriter* path) const;
|
|
|
| SkOpAngle* addEndSpan(SkChunkAlloc* allocator) {
|
| SkOpAngle* angle = SkOpTAllocator<SkOpAngle>::Allocate(allocator);
|
|
|