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/ports/SkFontMgr_empty_factory.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/ports/SkFontMgr_empty_factory.cpp') diff --git a/src/ports/SkFontMgr_empty_factory.cpp b/src/ports/SkFontMgr_empty_factory.cpp index ceed8f3320..b4232cde12 100644 --- a/src/ports/SkFontMgr_empty_factory.cpp +++ b/src/ports/SkFontMgr_empty_factory.cpp @@ -8,6 +8,6 @@ #include "SkFontMgr.h" SkFontMgr* SkFontMgr::Factory() { - // Always return NULL, an empty SkFontMgr will be used. - return NULL; + // Always return nullptr, an empty SkFontMgr will be used. + return nullptr; } -- cgit v1.2.3