| Index: samplecode/SampleCull.cpp
|
| diff --git a/samplecode/SampleCull.cpp b/samplecode/SampleCull.cpp
|
| index afc41849cb8207da632f884ed61876be15498108..011b22f9e79b07add8dd6798dc3f8ca284c940bb 100644
|
| --- a/samplecode/SampleCull.cpp
|
| +++ b/samplecode/SampleCull.cpp
|
| @@ -161,7 +161,7 @@ protected:
|
| paint.setStrokeWidth(SkIntToScalar(2));
|
| // paint.setPathEffect(new SkCornerPathEffect(SkIntToScalar(30)))->unref();
|
| canvas->drawPath(fPath, paint);
|
| -// paint.setPathEffect(NULL);
|
| +// paint.setPathEffect(nullptr);
|
| #endif
|
|
|
| SkPath tmp;
|
| @@ -179,7 +179,7 @@ protected:
|
| paint.setStrokeJoin(SkPaint::kRound_Join);
|
| canvas->drawPath(tmp, paint);
|
|
|
| - this->inval(NULL);
|
| + this->inval(nullptr);
|
| }
|
|
|
| private:
|
|
|