Index: src/pathops/SkOpCoincidence.h |
diff --git a/src/pathops/SkOpCoincidence.h b/src/pathops/SkOpCoincidence.h |
index 4d906e1af1ad67eef34a10f970ba8f34668c8057..ce57999b1df4adbfa8029e0c5f3bbbfe4b098620 100644 |
--- a/src/pathops/SkOpCoincidence.h |
+++ b/src/pathops/SkOpCoincidence.h |
@@ -40,6 +40,8 @@ public: |
void detach(SkCoincidentSpans* ); |
void dump() const; |
void expand(); |
+ bool extend(SkOpPtT* coinPtTStart, SkOpPtT* coinPtTEnd, SkOpPtT* oppPtTStart, |
+ SkOpPtT* oppPtTEnd); |
void fixUp(SkOpPtT* deleted, SkOpPtT* kept); |
void mark(); |