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 --- tests/FontMgrAndroidParserTest.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/FontMgrAndroidParserTest.cpp') diff --git a/tests/FontMgrAndroidParserTest.cpp b/tests/FontMgrAndroidParserTest.cpp index 5c282ed2a7..a45bc259f4 100644 --- a/tests/FontMgrAndroidParserTest.cpp +++ b/tests/FontMgrAndroidParserTest.cpp @@ -187,7 +187,7 @@ DEF_TEST(FontMgrAndroidParser, reporter) { SkFontMgr_Android_Parser::GetCustomFontFamilies(v22FontFamilies, SkString("/custom/font/path/"), GetResourcePath("android_fonts/v22/fonts.xml").c_str(), - NULL); + nullptr); if (v22FontFamilies.count() > 0) { REPORTER_ASSERT(reporter, v22FontFamilies.count() == 54); -- cgit v1.2.3