Index: src/pathops/SkOpAngle.cpp |
diff --git a/src/pathops/SkOpAngle.cpp b/src/pathops/SkOpAngle.cpp |
index 36c0dd90f7c4fcfffd70316656af5061df3d0bc6..ac596fd4084a9ff6a354f8954f8c22f7a1d3649a 100644 |
--- a/src/pathops/SkOpAngle.cpp |
+++ b/src/pathops/SkOpAngle.cpp |
@@ -809,7 +809,7 @@ bool SkOpAngle::midToSide(const SkOpAngle* rh, bool* inside) const { |
} |
bool SkOpAngle::oppositePlanes(const SkOpAngle* rh) const { |
- int startSpan = abs(rh->fSectorStart - fSectorStart); |
+ int startSpan = SkTAbs(rh->fSectorStart - fSectorStart); |
return startSpan >= 8; |
} |