aboutsummaryrefslogtreecommitdiffhomepage
path: root/samplecode/PerlinPatch.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'samplecode/PerlinPatch.cpp')
-rw-r--r--samplecode/PerlinPatch.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/samplecode/PerlinPatch.cpp b/samplecode/PerlinPatch.cpp
index 59337c5e1d..acc1a4a719 100644
--- a/samplecode/PerlinPatch.cpp
+++ b/samplecode/PerlinPatch.cpp
@@ -102,11 +102,11 @@ public:
SkPoint::Make(100.0f, 100.0f) };
fShader0 = SkGradientShader::MakeLinear(points,
colors,
- NULL,
+ nullptr,
3,
SkShader::kMirror_TileMode,
0,
- NULL);
+ nullptr);
}
protected: