| Index: src/gpu/batches/GrDrawVerticesBatch.cpp
|
| diff --git a/src/gpu/batches/GrDrawVerticesBatch.cpp b/src/gpu/batches/GrDrawVerticesBatch.cpp
|
| index bca7d230bcda7e5f2ed14a9a2f802f54a11ab5ee..f79b6859df689d7515f1454b91bc7725085f2519 100644
|
| --- a/src/gpu/batches/GrDrawVerticesBatch.cpp
|
| +++ b/src/gpu/batches/GrDrawVerticesBatch.cpp
|
| @@ -134,10 +134,10 @@ void GrDrawVerticesBatch::onPrepareDraws(Target* target) {
|
| return;
|
| }
|
|
|
| - const GrIndexBuffer* indexBuffer = NULL;
|
| + const GrIndexBuffer* indexBuffer = nullptr;
|
| int firstIndex = 0;
|
|
|
| - uint16_t* indices = NULL;
|
| + uint16_t* indices = nullptr;
|
| if (this->hasIndices()) {
|
| indices = target->makeIndexSpace(this->indexCount(), &indexBuffer, &firstIndex);
|
|
|
|
|