| Index: samplecode/SampleLighting.cpp
|
| diff --git a/samplecode/SampleLighting.cpp b/samplecode/SampleLighting.cpp
|
| index 4838cf818388842b72e044049ee5d648da358032..566ed7f9096717609b43a867253959a0e1f793e6 100755
|
| --- a/samplecode/SampleLighting.cpp
|
| +++ b/samplecode/SampleLighting.cpp
|
| @@ -88,11 +88,11 @@ protected:
|
| canvas->drawRect(r, paint);
|
|
|
| // so we're constantly updating
|
| - this->inval(NULL);
|
| + this->inval(nullptr);
|
| }
|
|
|
| SkView::Click* onFindClickHandler(SkScalar x, SkScalar y, unsigned modi) override {
|
| - this->inval(NULL);
|
| + this->inval(nullptr);
|
| return this->INHERITED::onFindClickHandler(x, y, modi);
|
| }
|
|
|
|
|