| Index: src/pathops/SkOpSpan.h
|
| diff --git a/src/pathops/SkOpSpan.h b/src/pathops/SkOpSpan.h
|
| index 7c7bf7c186482f42435f2af727c2bae983d18791..14bb7120a07248538dd5849bdc0502d861af6aaf 100644
|
| --- a/src/pathops/SkOpSpan.h
|
| +++ b/src/pathops/SkOpSpan.h
|
| @@ -58,6 +58,7 @@ public:
|
| bool debugContains(const SkOpPtT* ) const;
|
| const SkOpPtT* debugContains(const SkOpSegment* check) const;
|
| SkOpContour* debugContour(int id) const;
|
| + const SkOpPtT* debugEnder(const SkOpPtT* end) const;
|
| int debugLoopLimit(bool report) const;
|
| bool debugMatchID(int id) const;
|
| const SkOpPtT* debugOppPrev(const SkOpPtT* opp) const;
|
|
|