Index: samplecode/SampleStrokePath.cpp |
diff --git a/samplecode/SampleStrokePath.cpp b/samplecode/SampleStrokePath.cpp |
index 63809cea759a24a2bbb399fd4ee0900f315a1ae9..9bcfcd96f92a1255243643adff2a0cf849641294 100644 |
--- a/samplecode/SampleStrokePath.cpp |
+++ b/samplecode/SampleStrokePath.cpp |
@@ -210,7 +210,7 @@ protected: |
virtual SkView::Click* onFindClickHandler(SkScalar x, SkScalar y, |
unsigned modi) override { |
- this->inval(NULL); |
+ this->inval(nullptr); |
return this->INHERITED::onFindClickHandler(x, y, modi); |
} |
private: |