| Index: src/pathops/SkOpCoincidence.h
|
| diff --git a/src/pathops/SkOpCoincidence.h b/src/pathops/SkOpCoincidence.h
|
| index 84bc832e9fb01daff0d90a1975c3efadabba50b0..4d906e1af1ad67eef34a10f970ba8f34668c8057 100644
|
| --- a/src/pathops/SkOpCoincidence.h
|
| +++ b/src/pathops/SkOpCoincidence.h
|
| @@ -36,6 +36,7 @@ public:
|
| bool apply();
|
| bool contains(SkOpPtT* coinPtTStart, SkOpPtT* coinPtTEnd, SkOpPtT* oppPtTStart,
|
| SkOpPtT* oppPtTEnd, bool flipped);
|
| + void debugShowCoincidence() const;
|
| void detach(SkCoincidentSpans* );
|
| void dump() const;
|
| void expand();
|
|
|