aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/GrMemoryPoolTest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/GrMemoryPoolTest.cpp')
-rw-r--r--tests/GrMemoryPoolTest.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/GrMemoryPoolTest.cpp b/tests/GrMemoryPoolTest.cpp
index 4f53c1deda..1aecce328c 100644
--- a/tests/GrMemoryPoolTest.cpp
+++ b/tests/GrMemoryPoolTest.cpp
@@ -51,7 +51,7 @@ public:
}
static void ResetAllocator() {
- gPool.reset(NULL);
+ gPool.reset(nullptr);
}
private:
@@ -164,7 +164,7 @@ A* A::Create(SkRandom* r) {
return new E;
default:
// suppress warning
- return NULL;
+ return nullptr;
}
}