| Index: src/pathops/SkOpCoincidence.cpp
|
| diff --git a/src/pathops/SkOpCoincidence.cpp b/src/pathops/SkOpCoincidence.cpp
|
| index d750ce78b97fe39ab007c5eceaa9809bf9828b60..9d7806330e1c9335183dff6f954468f73d422a70 100755
|
| --- a/src/pathops/SkOpCoincidence.cpp
|
| +++ b/src/pathops/SkOpCoincidence.cpp
|
| @@ -448,7 +448,7 @@ bool SkOpCoincidence::addExpanded() {
|
| : start->segment()->addExpanded(
|
| startPtT->fT + startRange * oStartPart, oTest, &startOver);
|
| if (!success) {
|
| - SkASSERT(0);
|
| + SkASSERT(fGlobalState->debugSkipAssert());
|
| return false;
|
| }
|
| if (startOver) {
|
|
|