Index: src/gpu/GrInOrderCommandBuilder.h |
diff --git a/src/gpu/GrInOrderCommandBuilder.h b/src/gpu/GrInOrderCommandBuilder.h |
index 4fc7cc74dd12abdb20d7d3d020bfb0b00cb30615..164db92811cf20fd8289f54757eed2eb47ef2cce 100644 |
--- a/src/gpu/GrInOrderCommandBuilder.h |
+++ b/src/gpu/GrInOrderCommandBuilder.h |
@@ -15,11 +15,7 @@ public: |
typedef GrCommandBuilder::Cmd Cmd; |
typedef GrCommandBuilder::State State; |
- GrInOrderCommandBuilder(GrGpu* gpu, |
- GrVertexBufferAllocPool* vertexPool, |
- GrIndexBufferAllocPool* indexPool) |
- : INHERITED(gpu, vertexPool, indexPool) { |
- } |
+ GrInOrderCommandBuilder(GrGpu* gpu) : INHERITED(gpu) { } |
Cmd* recordDrawBatch(State*, GrBatch*) override; |
Cmd* recordStencilPath(const GrPipelineBuilder&, |