Index: src/pathops/SkOpSegment.h |
diff --git a/src/pathops/SkOpSegment.h b/src/pathops/SkOpSegment.h |
index 94efcb53fe5531a783dde8f6e261f315cfb647b8..3cbd29e77edc69260ed0e8e9dd309c491fb2f073 100644 |
--- a/src/pathops/SkOpSegment.h |
+++ b/src/pathops/SkOpSegment.h |
@@ -318,8 +318,9 @@ public: |
#endif |
#if DEBUG_SORT || DEBUG_SWAP_TOP |
void debugShowSort(const char* fun, const SkTArray<SkOpAngle*, true>& angles, int first, |
- const int contourWinding, const int oppContourWinding) const; |
- void debugShowSort(const char* fun, const SkTArray<SkOpAngle*, true>& angles, int first); |
+ const int contourWinding, const int oppContourWinding, bool sortable) const; |
+ void debugShowSort(const char* fun, const SkTArray<SkOpAngle*, true>& angles, int first, |
+ bool sortable); |
#endif |
#if DEBUG_CONCIDENT |
void debugShowTs() const; |