aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/pathops/SkOpSpan.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/pathops/SkOpSpan.h')
-rw-r--r--src/pathops/SkOpSpan.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pathops/SkOpSpan.h b/src/pathops/SkOpSpan.h
index af1481e920..bedeabd6b1 100644
--- a/src/pathops/SkOpSpan.h
+++ b/src/pathops/SkOpSpan.h
@@ -127,7 +127,7 @@ public:
*eOut = between(s1->fT, end2->fT, e1->fT) ? end2
: between(s2->fT, end1->fT, e2->fT) ? end1 : nullptr;
if (*sOut == *eOut) {
- SkASSERT(start1->fT >= end2->fT || start2->fT >= end1->fT);
+ SkOPOBJASSERT(s1, start1->fT >= end2->fT || start2->fT >= end1->fT);
return false;
}
SkASSERT(!*sOut || *sOut != *eOut);