Chromium Code Reviews| Index: src/pathops/SkOpSegment.h |
| diff --git a/src/pathops/SkOpSegment.h b/src/pathops/SkOpSegment.h |
| index 40a50c5fe098f0341be74d51827a66450a30ceab..2a51d349feb3326f5e2d0f1c95fdbf2006fbf51a 100644 |
| --- a/src/pathops/SkOpSegment.h |
| +++ b/src/pathops/SkOpSegment.h |
| @@ -173,7 +173,7 @@ public: |
| const SkOpSpanBase* debugSpan(int id) const; |
| void debugValidate() const; |
| - void detach(const SkOpSpan* ); |
| + void release(const SkOpSpan* ); |
| double distSq(double t, const SkOpAngle* opp) const; |
| bool done() const { |