Index: gm/simpleaaclip.cpp |
diff --git a/gm/simpleaaclip.cpp b/gm/simpleaaclip.cpp |
index 372cb1bafb6d1bb1ade5288ca9d157eeced211f8..3b10c47ea05a20cfcb05bef59869b8c4e5a91fb0 100644 |
--- a/gm/simpleaaclip.cpp |
+++ b/gm/simpleaaclip.cpp |
@@ -68,10 +68,10 @@ protected: |
} |
void buildRgn(SkAAClip* clip, SkRegion::Op op) { |
- clip->setPath(fBasePath, NULL, true); |
+ clip->setPath(fBasePath, nullptr, true); |
SkAAClip clip2; |
- clip2.setPath(fRectPath, NULL, true); |
+ clip2.setPath(fRectPath, nullptr, true); |
clip->op(clip2, op); |
} |