Index: tests/skia_test.cpp |
diff --git a/tests/skia_test.cpp b/tests/skia_test.cpp |
index fbd35d081b99244358f8b5d4ccd4c174a0035b31..dc5ae97c3ff1cd94a49863dc9feac704839cb997 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; |