Chromium Code Reviews| Index: src/pathops/SkOpSegment.h |
| diff --git a/src/pathops/SkOpSegment.h b/src/pathops/SkOpSegment.h |
| index a3f59898243c561b10f7b232ecde4e00645ffd16..d1cd29aa9ebbd6fa801c85d67796e12e6002833e 100644 |
| --- a/src/pathops/SkOpSegment.h |
| +++ b/src/pathops/SkOpSegment.h |
| @@ -222,7 +222,7 @@ public: |
| } |
| SkOpSegment* isSimple(SkOpSpanBase** end, int* step) { |
| - return nextChase(end, step, NULL, NULL); |
| + return nextChase(end, step, nullptr, nullptr); |
| } |
| bool isVertical() const { |