| Index: src/pathops/SkPathOpsCommon.h
|
| diff --git a/src/pathops/SkPathOpsCommon.h b/src/pathops/SkPathOpsCommon.h
|
| index 9a558cf1b6de687767e394e06d33546f9a78f1a9..6a7bb724be71e15c0162897529bdc8292afc2bed 100644
|
| --- a/src/pathops/SkPathOpsCommon.h
|
| +++ b/src/pathops/SkPathOpsCommon.h
|
| @@ -18,7 +18,7 @@ void Assemble(const SkPathWriter& path, SkPathWriter* simple);
|
| SkOpSegment* FindChase(SkTDArray<SkOpSpan*>* chase, int* tIndex, int* endIndex);
|
| SkOpSegment* FindSortableTop(const SkTArray<SkOpContour*, true>& , SkOpAngle::IncludeType ,
|
| bool* firstContour, int* index, int* endIndex, SkPoint* topLeft,
|
| - bool* unsortable, bool* done);
|
| + bool* unsortable, bool* done, bool firstPass);
|
| SkOpSegment* FindUndone(SkTArray<SkOpContour*, true>& contourList, int* start, int* end);
|
| void MakeContourList(SkTArray<SkOpContour>& contours, SkTArray<SkOpContour*, true>& list,
|
| bool evenOdd, bool oppEvenOdd);
|
|
|