Chromium Code Reviews| Index: src/pathops/SkOpSegment.h |
| diff --git a/src/pathops/SkOpSegment.h b/src/pathops/SkOpSegment.h |
| index d191e88af26a267ba7e65d0c421fd56d22b217c3..df87d058b679570042bed8da6b20458a5fba0277 100644 |
| --- a/src/pathops/SkOpSegment.h |
| +++ b/src/pathops/SkOpSegment.h |
| @@ -177,6 +177,8 @@ public: |
| fTs.reset(); |
| } |
| + bool reversePoints(const SkPoint& p1, const SkPoint& p2) const; |
| + |
| void setOppXor(bool isOppXor) { |
| fOppXor = isOppXor; |
| } |