aboutsummaryrefslogtreecommitdiffstats
path: root/gm/dashcubics.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'gm/dashcubics.cpp')
-rw-r--r--gm/dashcubics.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/gm/dashcubics.cpp b/gm/dashcubics.cpp
index 246d0548ca..ecbe41537b 100644
--- a/gm/dashcubics.cpp
+++ b/gm/dashcubics.cpp
@@ -45,7 +45,7 @@ protected:
canvas->drawPath(path, paint);
paint.setColor(SK_ColorGREEN);
- paint.setPathEffect(NULL);
+ paint.setPathEffect(nullptr);
paint.setStrokeWidth(0);
canvas->drawPath(path, paint);
}