| Index: src/gpu/GrReorderCommandBuilder.cpp
|
| diff --git a/src/gpu/GrReorderCommandBuilder.cpp b/src/gpu/GrReorderCommandBuilder.cpp
|
| index af34998613048418c75b8047f6465f982850c096..b0f9ee2f3934d127cfc963178afbe4b445a4212c 100644
|
| --- a/src/gpu/GrReorderCommandBuilder.cpp
|
| +++ b/src/gpu/GrReorderCommandBuilder.cpp
|
| @@ -50,7 +50,7 @@ GrTargetCommands::Cmd* GrReorderCommandBuilder::recordDrawBatch(GrBatch* batch,
|
| if (previous->batch()->combineIfPossible(batch, caps)) {
|
| GrBATCH_INFO("\t\tCombining with (%s, B%u)\n",
|
| previous->batch()->name(), previous->batch()->uniqueID());
|
| - return NULL;
|
| + return nullptr;
|
| }
|
|
|
| if (intersect(previous->batch()->bounds(), batch->bounds())) {
|
|
|