Index: src/pathops/SkAddIntersections.h |
diff --git a/src/pathops/SkAddIntersections.h b/src/pathops/SkAddIntersections.h |
index 94ea436b734e1a0bc58bf7436ca23cad1adeb24e..4c1947b635ab54fdce9916b89423b185190692bf 100644 |
--- a/src/pathops/SkAddIntersections.h |
+++ b/src/pathops/SkAddIntersections.h |
@@ -13,6 +13,6 @@ |
bool AddIntersectTs(SkOpContour* test, SkOpContour* next); |
void AddSelfIntersectTs(SkOpContour* test); |
-void CoincidenceCheck(SkTArray<SkOpContour*, true>* contourList, int total); |
+bool CoincidenceCheck(SkTArray<SkOpContour*, true>* contourList, int total); |
#endif |