Index: src/pathops/SkOpCoincidence.h |
diff --git a/src/pathops/SkOpCoincidence.h b/src/pathops/SkOpCoincidence.h |
index 91da2e16bf559321f0500b9fb203329c23da351e..96bd21ac482ba1d764a67875c6babd52ccb3a857 100644 |
--- a/src/pathops/SkOpCoincidence.h |
+++ b/src/pathops/SkOpCoincidence.h |
@@ -79,7 +79,7 @@ public: |
return SkDEBUGRELEASE(fDebugState->debugSpan(id), nullptr); |
} |
- void detach(SkCoincidentSpans* ); |
+ void release(SkCoincidentSpans* ); |
void dump() const; |
bool expand(); |
bool extend(SkOpPtT* coinPtTStart, SkOpPtT* coinPtTEnd, SkOpPtT* oppPtTStart, |