Index: src/gpu/GrBatchFlushState.cpp |
diff --git a/src/gpu/GrBatchFlushState.cpp b/src/gpu/GrBatchFlushState.cpp |
index c4ba2644a9dfc0d86a80a81df21ab3b8ee5600a3..4e51ae4ddd0256147253428830b658f8ad0e6dea 100644 |
--- a/src/gpu/GrBatchFlushState.cpp |
+++ b/src/gpu/GrBatchFlushState.cpp |
@@ -13,6 +13,7 @@ |
GrBatchFlushState::GrBatchFlushState(GrGpu* gpu, GrResourceProvider* resourceProvider) |
: fGpu(gpu) |
, fResourceProvider(resourceProvider) |
+ , fCommandBuffer(nullptr) |
, fVertexPool(gpu) |
, fIndexPool(gpu) |
, fLastIssuedToken(GrBatchDrawToken::AlreadyFlushedToken()) |