Index: src/pathops/SkOpSegment.h |
diff --git a/src/pathops/SkOpSegment.h b/src/pathops/SkOpSegment.h |
index 55e67a5d80bbf6f6bbbf56c827543fac72f3d7f1..7cf4b269f0a709e004c2fd96e51a5d05d8020680 100644 |
--- a/src/pathops/SkOpSegment.h |
+++ b/src/pathops/SkOpSegment.h |
@@ -186,7 +186,7 @@ public: |
double distSq(double t, const SkOpAngle* opp) const; |
bool done() const { |
- SkASSERT(this->globalState()->debugSkipAssert() || fDoneCount <= fCount); |
+ SkOPASSERT(fDoneCount <= fCount); |
return fDoneCount == fCount; |
} |