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 --- bench/nanobench.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bench/nanobench.h') diff --git a/bench/nanobench.h b/bench/nanobench.h index f556f7dc14..36f5ad5b75 100644 --- a/bench/nanobench.h +++ b/bench/nanobench.h @@ -78,7 +78,7 @@ struct Target { SkCanvas* getCanvas() const { if (!surface.get()) { - return NULL; + return nullptr; } return surface->getCanvas(); } -- cgit v1.2.3