Index: src/pathops/SkOpSegment.h |
diff --git a/src/pathops/SkOpSegment.h b/src/pathops/SkOpSegment.h |
index 3cbd29e77edc69260ed0e8e9dd309c491fb2f073..7e5e644f1d3929d162ad7e34b207a461126accb9 100644 |
--- a/src/pathops/SkOpSegment.h |
+++ b/src/pathops/SkOpSegment.h |
@@ -254,6 +254,7 @@ public: |
const SkPoint& oPt); |
int addUnsortableT(SkOpSegment* other, bool start, const SkPoint& pt, double newT); |
bool betweenTs(int lesser, double testT, int greater) const; |
+ void checkEnds(); |
int computeSum(int startIndex, int endIndex, bool binary); |
int crossedSpanY(const SkPoint& basePt, SkScalar* bestY, double* hitT, bool* hitSomething, |
double mid, bool opp, bool current) const; |