Chromium Code Reviews| Index: src/gpu/batches/GrBatch.cpp |
| diff --git a/src/gpu/batches/GrBatch.cpp b/src/gpu/batches/GrBatch.cpp |
| index 19c19ffcf1d05d1d988a4c6172ff507c05a811c0..35a21bb38445fc1e0b5fd4aeb7fc1a5f9b8be487 100644 |
| --- a/src/gpu/batches/GrBatch.cpp |
| +++ b/src/gpu/batches/GrBatch.cpp |
| @@ -48,6 +48,7 @@ void GrBatch::operator delete(void* target) { |
| GrBatch::GrBatch(uint32_t classID) |
| : fClassID(classID) |
| + , fSnap(nullptr) |
| #if GR_BATCH_SPEW |
| , fUniqueID(GenBatchID()) |
| #endif |