aboutsummaryrefslogtreecommitdiffhomepage
path: root/samplecode/SampleConcavePaths.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'samplecode/SampleConcavePaths.cpp')
-rw-r--r--samplecode/SampleConcavePaths.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/samplecode/SampleConcavePaths.cpp b/samplecode/SampleConcavePaths.cpp
index 2fc01076d2..fb5447efc7 100644
--- a/samplecode/SampleConcavePaths.cpp
+++ b/samplecode/SampleConcavePaths.cpp
@@ -139,7 +139,7 @@ protected:
virtual SkView::Click* onFindClickHandler(SkScalar x, SkScalar y,
unsigned modi) {
- this->inval(NULL);
+ this->inval(nullptr);
return this->INHERITED::onFindClickHandler(x, y, modi);
}