Index: src/pathops/SkPathOpsCommon.h |
diff --git a/src/pathops/SkPathOpsCommon.h b/src/pathops/SkPathOpsCommon.h |
index 569edb7e32e29e4200df65ee1c95254ec672002b..4ba4af230044e362960f94f7e71bdd4db068ff7e 100644 |
--- a/src/pathops/SkPathOpsCommon.h |
+++ b/src/pathops/SkPathOpsCommon.h |
@@ -13,6 +13,7 @@ |
class SkPathWriter; |
void Assemble(const SkPathWriter& path, SkPathWriter* simple); |
+void CheckEnds(SkTArray<SkOpContour*, true>* contourList); |
// FIXME: find chase uses insert, so it can't be converted to SkTArray yet |
SkOpSegment* FindChase(SkTDArray<SkOpSpan*>& chase, int& tIndex, int& endIndex); |
SkOpSegment* FindSortableTop(const SkTArray<SkOpContour*, true>& contourList, bool* firstContour, |