Index: tests/GpuColorFilterTest.cpp |
diff --git a/tests/GpuColorFilterTest.cpp b/tests/GpuColorFilterTest.cpp |
index 0c4cf234bff5d7a601d613316a9467b792ab04f9..5ecc62375657a9e08c67e90b8a020e5a352ee818 100644 |
--- a/tests/GpuColorFilterTest.cpp |
+++ b/tests/GpuColorFilterTest.cpp |
@@ -121,7 +121,7 @@ DEF_GPUTEST(GpuColorFilter, reporter, factory) { |
GrContextFactory::GLContextType glType = static_cast<GrContextFactory::GLContextType>(type); |
GrContext* grContext = factory->get(glType); |
- if (NULL == grContext) { |
+ if (nullptr == grContext) { |
continue; |
} |