| Index: src/gpu/GrAAConvexPathRenderer.cpp
|
| diff --git a/src/gpu/GrAAConvexPathRenderer.cpp b/src/gpu/GrAAConvexPathRenderer.cpp
|
| index 668a09a01c499ca09aab97aa732a15b598d603b4..296f6daf847efc785199cd3be73a8fcc6fd016c9 100644
|
| --- a/src/gpu/GrAAConvexPathRenderer.cpp
|
| +++ b/src/gpu/GrAAConvexPathRenderer.cpp
|
| @@ -673,7 +673,7 @@ GrGeometryProcessor* QuadEdgeEffect::TestCreate(GrProcessorTestData* d) {
|
| return d->fCaps->shaderCaps()->shaderDerivativeSupport() ?
|
| QuadEdgeEffect::Create(GrRandomColor(d->fRandom),
|
| GrTest::TestMatrix(d->fRandom),
|
| - d->fRandom->nextBool()) : NULL;
|
| + d->fRandom->nextBool()) : nullptr;
|
| }
|
|
|
| ///////////////////////////////////////////////////////////////////////////////
|
|
|