| Index: src/pathops/SkOpCoincidence.h
|
| diff --git a/src/pathops/SkOpCoincidence.h b/src/pathops/SkOpCoincidence.h
|
| index b79b88be8811c8a130d8da6a48102b6d9bc19a6e..84bc832e9fb01daff0d90a1975c3efadabba50b0 100644
|
| --- a/src/pathops/SkOpCoincidence.h
|
| +++ b/src/pathops/SkOpCoincidence.h
|
| @@ -32,6 +32,7 @@ public:
|
| void add(SkOpPtT* coinPtTStart, SkOpPtT* coinPtTEnd, SkOpPtT* oppPtTStart,
|
| SkOpPtT* oppPtTEnd, SkChunkAlloc* allocator);
|
| bool addMissing(SkChunkAlloc* allocator);
|
| + void addMissing(SkCoincidentSpans* check, SkChunkAlloc* allocator);
|
| bool apply();
|
| bool contains(SkOpPtT* coinPtTStart, SkOpPtT* coinPtTEnd, SkOpPtT* oppPtTStart,
|
| SkOpPtT* oppPtTEnd, bool flipped);
|
|
|