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/skia_test.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/skia_test.cpp') diff --git a/tests/skia_test.cpp b/tests/skia_test.cpp index fbd35d081b..dc5ae97c3f 100644 --- a/tests/skia_test.cpp +++ b/tests/skia_test.cpp @@ -76,7 +76,7 @@ class SkTestRunnable : public SkRunnable { public: SkTestRunnable(const Test& test, Status* status, - GrContextFactory* grContextFactory = NULL) + GrContextFactory* grContextFactory = nullptr) : fTest(test), fStatus(status), fGrContextFactory(grContextFactory) {} virtual void run() { @@ -193,7 +193,7 @@ int test_main() { } } - GrContextFactory* grContextFactoryPtr = NULL; + GrContextFactory* grContextFactoryPtr = nullptr; #if SK_SUPPORT_GPU // Give GPU tests a context factory if that makes sense on this machine. GrContextFactory grContextFactory; -- cgit v1.2.3