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/SampleLighting.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'samplecode/SampleLighting.cpp') diff --git a/samplecode/SampleLighting.cpp b/samplecode/SampleLighting.cpp index 4838cf8183..566ed7f909 100755 --- a/samplecode/SampleLighting.cpp +++ b/samplecode/SampleLighting.cpp @@ -88,11 +88,11 @@ protected: canvas->drawRect(r, paint); // so we're constantly updating - this->inval(NULL); + this->inval(nullptr); } SkView::Click* onFindClickHandler(SkScalar x, SkScalar y, unsigned modi) override { - this->inval(NULL); + this->inval(nullptr); return this->INHERITED::onFindClickHandler(x, y, modi); } -- cgit v1.2.3