aboutsummaryrefslogtreecommitdiffhomepage
path: root/experimental/Intersection/SimplifyFindTop_Test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'experimental/Intersection/SimplifyFindTop_Test.cpp')
-rw-r--r--experimental/Intersection/SimplifyFindTop_Test.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/experimental/Intersection/SimplifyFindTop_Test.cpp b/experimental/Intersection/SimplifyFindTop_Test.cpp
index 3abcee1581..057687c73c 100644
--- a/experimental/Intersection/SimplifyFindTop_Test.cpp
+++ b/experimental/Intersection/SimplifyFindTop_Test.cpp
@@ -33,8 +33,9 @@ static const SimplifyFindTopTest::Segment* testCommon(
end);
#else
SkPoint bestXY = {SK_ScalarMin, SK_ScalarMin};
+ bool unsortable = false;
const SimplifyFindTopTest::Segment* topSegment =
- findSortableTop(contourList, index, end, bestXY);
+ findSortableTop(contourList, index, end, bestXY, unsortable, true, true);
#endif
return topSegment;
}