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/FontCacheBench.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bench/FontCacheBench.cpp') diff --git a/bench/FontCacheBench.cpp b/bench/FontCacheBench.cpp index 304d8d3c88..35bb329e9e 100644 --- a/bench/FontCacheBench.cpp +++ b/bench/FontCacheBench.cpp @@ -99,7 +99,7 @@ static void dump_array(const uint16_t array[], int count) { class FontCacheEfficiency : public Benchmark { public: FontCacheEfficiency() { - if (false) dump_array(NULL, 0); + if (false) dump_array(nullptr, 0); if (false) rotr(0, 0); } -- cgit v1.2.3