| Index: src/pathops/SkOpSegment.h
|
| diff --git a/src/pathops/SkOpSegment.h b/src/pathops/SkOpSegment.h
|
| index b6e7714018b7d216fa459cfc50cfb3ff60347d2e..e9618ceeb2d13c33855c0d47e3dba5ec37a892c3 100644
|
| --- a/src/pathops/SkOpSegment.h
|
| +++ b/src/pathops/SkOpSegment.h
|
| @@ -371,7 +371,7 @@ public:
|
| int* maxWinding, int* sumWinding);
|
| void setUpWindings(SkOpSpanBase* start, SkOpSpanBase* end, int* sumMiWinding, int* sumSuWinding,
|
| int* maxWinding, int* sumWinding, int* oppMaxWinding, int* oppSumWinding);
|
| - void sortAngles();
|
| + bool sortAngles();
|
| bool spansNearby(const SkOpSpanBase* ref, const SkOpSpanBase* check) const;
|
|
|
| static int SpanSign(const SkOpSpanBase* start, const SkOpSpanBase* end) {
|
|
|