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 --- gm/filterfastbounds.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'gm/filterfastbounds.cpp') diff --git a/gm/filterfastbounds.cpp b/gm/filterfastbounds.cpp index f6797db9f3..fe06ff1049 100644 --- a/gm/filterfastbounds.cpp +++ b/gm/filterfastbounds.cpp @@ -116,7 +116,7 @@ static void create_paints(SkImageFilter* source, SkTArray* paints) { SkDropShadowImageFilter::Create(10.0f, 10.0f, 3.0f, 3.0f, SK_ColorRED, kBoth, - source, NULL)); + source, nullptr)); add_paint(dsif, paints); } @@ -127,7 +127,7 @@ static void create_paints(SkImageFilter* source, SkTArray* paints) { 3.0f, 3.0f, SK_ColorRED, SkDropShadowImageFilter::kDrawShadowOnly_ShadowMode, - source, NULL)); + source, nullptr)); add_paint(dsif, paints); } @@ -231,7 +231,7 @@ protected: //----------- // Normal paints (no source) SkTArray paints; - create_paints(NULL, &paints); + create_paints(nullptr, &paints); //----------- // Paints with a PictureImageFilter as a source -- cgit v1.2.3