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/SkBitmapScaler.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/core/SkBitmapScaler.h') diff --git a/src/core/SkBitmapScaler.h b/src/core/SkBitmapScaler.h index c4c7f0ad0b..1b7eef5952 100644 --- a/src/core/SkBitmapScaler.h +++ b/src/core/SkBitmapScaler.h @@ -80,7 +80,7 @@ public: }; static bool Resize(SkBitmap* result, const SkPixmap& src, ResizeMethod method, - float dest_width, float dest_height, SkBitmap::Allocator* = NULL); + float dest_width, float dest_height, SkBitmap::Allocator* = nullptr); /** Platforms can also optionally overwrite the convolution functions if we have SIMD versions of them. -- cgit v1.2.3