Index: src/gpu/batches/GrVertexBatch.cpp |
diff --git a/src/gpu/batches/GrVertexBatch.cpp b/src/gpu/batches/GrVertexBatch.cpp |
index 6e2c1577db4aa934c34b8e8186e9ce62e37b54f6..9ffe5180b7dfc70cdbfc754a9ffe6f45f52955f5 100644 |
--- a/src/gpu/batches/GrVertexBatch.cpp |
+++ b/src/gpu/batches/GrVertexBatch.cpp |
@@ -9,7 +9,7 @@ |
#include "GrBatchFlushState.h" |
#include "GrResourceProvider.h" |
-GrVertexBatch::GrVertexBatch() : fDrawArrays(1) {} |
+GrVertexBatch::GrVertexBatch(uint32_t classID) : INHERITED(classID), fDrawArrays(1) {} |
void GrVertexBatch::onPrepare(GrBatchFlushState* state) { |
Target target(state, this); |