Chromium Code Reviews| Index: src/pathops/SkOpSpan.h |
| diff --git a/src/pathops/SkOpSpan.h b/src/pathops/SkOpSpan.h |
| index 1d535d2635b534f63933e6f3a676e1741b076c33..9b44247341d903f15cf2c14f3406abcff43692b4 100644 |
| --- a/src/pathops/SkOpSpan.h |
| +++ b/src/pathops/SkOpSpan.h |
| @@ -341,6 +341,7 @@ public: |
| return true; |
| } |
| + int computeWindSum(); |
| bool containsCoincidence(const SkOpSegment* ) const; |
| bool containsCoincidence(const SkOpSpan* coin) const { |