Chromium Code Reviews| Index: tests/ImageNewShaderTest.cpp |
| diff --git a/tests/ImageNewShaderTest.cpp b/tests/ImageNewShaderTest.cpp |
| index c78b7157a2bc457e4477203acfa8eaabc7ba1c98..c01fbe7ee8bdab01e60c612d3c65cfbfe549f18d 100644 |
| --- a/tests/ImageNewShaderTest.cpp |
| +++ b/tests/ImageNewShaderTest.cpp |
| @@ -153,7 +153,7 @@ DEF_GPUTEST(ImageNewShader_GPU, reporter, factory) { |
| GrContext* context = factory->get(glCtxType); |
| - if (NULL == context) { |
| + if (nullptr == context) { |
| continue; |
| } |