| Index: tests/PremulAlphaRoundTripTest.cpp | 
| diff --git a/tests/PremulAlphaRoundTripTest.cpp b/tests/PremulAlphaRoundTripTest.cpp | 
| index e230f110259ad09a8fb71378ecc5864deb71a939..211006ad214a30313a69838d7ebb60c1e4348886 100644 | 
| --- a/tests/PremulAlphaRoundTripTest.cpp | 
| +++ b/tests/PremulAlphaRoundTripTest.cpp | 
| @@ -87,7 +87,7 @@ DEF_GPUTEST(PremulAlphaRoundTrip, reporter, factory) { | 
| continue; | 
| } | 
| GrContext* ctx = factory->get(type); | 
| -                if (NULL == ctx) { | 
| +                if (nullptr == ctx) { | 
| continue; | 
| } | 
| device.reset(SkGpuDevice::Create(ctx, SkSurface::kNo_Budgeted, info, 0, &props, | 
|  |