aboutsummaryrefslogtreecommitdiff
path: root/samplecode/SampleCull.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'samplecode/SampleCull.cpp')
-rw-r--r--samplecode/SampleCull.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/samplecode/SampleCull.cpp b/samplecode/SampleCull.cpp
index afc41849cb..011b22f9e7 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: