| Index: src/pathops/SkPathOpsCommon.cpp
|
| ===================================================================
|
| --- src/pathops/SkPathOpsCommon.cpp (revision 9425)
|
| +++ src/pathops/SkPathOpsCommon.cpp (working copy)
|
| @@ -134,7 +134,8 @@
|
| continue;
|
| }
|
| SkTDArray<SkOpAngle*> sorted;
|
| - bool sortable = SkOpSegment::SortAngles(angles, &sorted);
|
| + bool sortable = SkOpSegment::SortAngles(angles, &sorted,
|
| + SkOpSegment::kMayBeUnordered_SortAngleKind);
|
| int angleCount = sorted.count();
|
| #if DEBUG_SORT
|
| sorted[0]->segment()->debugShowSort(__FUNCTION__, sorted, 0, 0, 0);
|
|
|