Index: src/gpu/GrInOrderDrawBuffer.h |
diff --git a/src/gpu/GrInOrderDrawBuffer.h b/src/gpu/GrInOrderDrawBuffer.h |
index 37d89735c08b44f6ca23e1f0dc8fb3ae0c05fefc..182ba805119ab16bb4de942ab60b8600a0a88dde 100644 |
--- a/src/gpu/GrInOrderDrawBuffer.h |
+++ b/src/gpu/GrInOrderDrawBuffer.h |
@@ -29,14 +29,8 @@ public: |
* Creates a GrInOrderDrawBuffer |
* |
* @param context the context object that owns this draw buffer. |
- * @param vertexPool pool where vertices for queued draws will be saved when |
- * the vertex source is either reserved or array. |
- * @param indexPool pool where indices for queued draws will be saved when |
- * the index source is either reserved or array. |
*/ |
- GrInOrderDrawBuffer(GrContext* context, |
- GrVertexBufferAllocPool* vertexPool, |
- GrIndexBufferAllocPool* indexPool); |
+ GrInOrderDrawBuffer(GrContext* context); |
~GrInOrderDrawBuffer() override; |