| Index: src/pathops/SkOpCoincidence.h
|
| diff --git a/src/pathops/SkOpCoincidence.h b/src/pathops/SkOpCoincidence.h
|
| index 3f8816e45c07256e7b26b5a0cf0b3efb3ae5ff47..e2188bebbdcf43e2a74b391890537c1480a6143c 100644
|
| --- a/src/pathops/SkOpCoincidence.h
|
| +++ b/src/pathops/SkOpCoincidence.h
|
| @@ -227,7 +227,7 @@ public:
|
| return !fHead && !fTop;
|
| }
|
|
|
| - void mark(DEBUG_COIN_DECLARE_ONLY_PARAMS());
|
| + bool mark(DEBUG_COIN_DECLARE_ONLY_PARAMS());
|
| void markCollapsed(SkOpPtT* );
|
|
|
| static bool Ordered(const SkOpPtT* coinPtTStart, const SkOpPtT* oppPtTStart) {
|
|
|