| Index: src/pathops/SkPathOpsOp.cpp
|
| diff --git a/src/pathops/SkPathOpsOp.cpp b/src/pathops/SkPathOpsOp.cpp
|
| index 9d6cd51b45842dcff687a921617143bf0d29ff7b..1b7b03b95ba6e2b28f78675dbb967055cfa1c1fe 100644
|
| --- a/src/pathops/SkPathOpsOp.cpp
|
| +++ b/src/pathops/SkPathOpsOp.cpp
|
| @@ -92,7 +92,7 @@ static SkOpSegment* findChaseOp(SkTDArray<SkOpSpan*>& chase, int& nextStart, int
|
| nextEnd = end;
|
| }
|
| (void) segment->markAngle(maxWinding, sumWinding, oppMaxWinding,
|
| - oppSumWinding, true, angle);
|
| + oppSumWinding, angle);
|
| }
|
| } while (++nextIndex != lastIndex);
|
| if (first) {
|
|
|