Index: src/gpu/batches/GrVertexBatch.h |
diff --git a/src/gpu/batches/GrVertexBatch.h b/src/gpu/batches/GrVertexBatch.h |
index e2265bc8fc36ab56c60593309784dfca11278a65..8922c30e2a56b9701c41751c4256989934ecd47c 100644 |
--- a/src/gpu/batches/GrVertexBatch.h |
+++ b/src/gpu/batches/GrVertexBatch.h |
@@ -24,7 +24,7 @@ class GrVertexBatch : public GrDrawBatch { |
public: |
class Target; |
- GrVertexBatch(); |
+ GrVertexBatch(uint32_t classID); |
protected: |
/** Helper for rendering instances using an instanced index index buffer. This class creates the |