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 --- src/core/SkLightingShader.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/core/SkLightingShader.h') diff --git a/src/core/SkLightingShader.h b/src/core/SkLightingShader.h index d28648767d..f87db31edb 100644 --- a/src/core/SkLightingShader.h +++ b/src/core/SkLightingShader.h @@ -73,7 +73,7 @@ public: @param ambient the linear (unpremul) ambient light color. Range is 0..1/channel. @param localMatrix the matrix mapping the textures to the dest rect - NULL will be returned if: + nullptr will be returned if: either 'diffuse' or 'normal' are empty either 'diffuse' or 'normal' are too big (> 65535 on a side) 'diffuse' and 'normal' aren't the same size -- cgit v1.2.3