| Index: samplecode/SampleConcavePaths.cpp
|
| diff --git a/samplecode/SampleConcavePaths.cpp b/samplecode/SampleConcavePaths.cpp
|
| index 2fc01076d2b9a40ec2e5634397f66a485b70161c..fb5447efc76673c3af946af4eeedcf4013262f5b 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);
|
| }
|
|
|
|
|