| Index: src/pathops/SkOpCoincidence.h
|
| diff --git a/src/pathops/SkOpCoincidence.h b/src/pathops/SkOpCoincidence.h
|
| index c64d148c246c1cd45ea308ac081ae0c2aea63ba3..22a96c18f08f6a4002ffef104170d6217c1f3f76 100644
|
| --- a/src/pathops/SkOpCoincidence.h
|
| +++ b/src/pathops/SkOpCoincidence.h
|
| @@ -230,7 +230,7 @@ private:
|
| const_cast<SkOpPtT*>(oppPtTStart), const_cast<SkOpPtT*>(oppPtTEnd));
|
| }
|
|
|
| - void addEndMovedSpans(const SkOpSpan* base, const SkOpSpanBase* testSpan);
|
| + bool addEndMovedSpans(const SkOpSpan* base, const SkOpSpanBase* testSpan);
|
| bool addEndMovedSpans(const SkOpPtT* ptT);
|
|
|
| bool addIfMissing(const SkCoincidentSpans* outer, SkOpPtT* over1s, SkOpPtT* over1e);
|
|
|