diff options
Diffstat (limited to 'src/pathops/SkOpSegment.h')
-rw-r--r-- | src/pathops/SkOpSegment.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/pathops/SkOpSegment.h b/src/pathops/SkOpSegment.h index 94efcb53fe..3cbd29e77e 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; |