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/SampleTextureDomain.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'samplecode/SampleTextureDomain.cpp') diff --git a/samplecode/SampleTextureDomain.cpp b/samplecode/SampleTextureDomain.cpp index 7c770a9aac..65575338c9 100644 --- a/samplecode/SampleTextureDomain.cpp +++ b/samplecode/SampleTextureDomain.cpp @@ -85,11 +85,11 @@ protected: paint.setMaskFilter(mf)->unref(); canvas->drawImageRect(image, srcRect, dstRect, &paint); - // Blur and a rotation + NULL src rect + // Blur and a rotation + nullptr src rect // This should not trigger the texture domain code // but it will test a code path in SkGpuDevice::drawBitmap // that handles blurs with rects transformed to non- - // orthogonal rects. It also tests the NULL src rect handling + // orthogonal rects. It also tests the nullptr src rect handling mf = SkBlurMaskFilter::Create(kNormal_SkBlurStyle, SkBlurMask::ConvertRadiusToSigma(5), SkBlurMaskFilter::kHighQuality_BlurFlag); -- cgit v1.2.3