From 96fcdcc219d2a0d3579719b84b28bede76efba64 Mon Sep 17 00:00:00 2001 From: halcanary Date: Thu, 27 Aug 2015 07:41:13 -0700 Subject: Style Change: NULL->nullptr DOCS_PREVIEW= https://skia.org/?cl=1316233002 Review URL: https://codereview.chromium.org/1316233002 --- samplecode/SampleDash.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'samplecode/SampleDash.cpp') diff --git a/samplecode/SampleDash.cpp b/samplecode/SampleDash.cpp index e4fa79d47e..a01c079c70 100644 --- a/samplecode/SampleDash.cpp +++ b/samplecode/SampleDash.cpp @@ -73,7 +73,7 @@ protected: SkDashPathEffect dash(interval, len, 0); paint.setPathEffect(&dash); canvas->drawLine(x0, y0, x1, y0, paint); - paint.setPathEffect(NULL); + paint.setPathEffect(nullptr); y0 += paint.getStrokeWidth() * 3; } -- cgit v1.2.3