Index: src/gpu/GrCommandBuilder.h |
diff --git a/src/gpu/GrCommandBuilder.h b/src/gpu/GrCommandBuilder.h |
index 05c29fb01458897df31fd7da1c7d6b5c7adbd2d8..eb51b5b7216400481d5646e554f36ce84a1474c6 100644 |
--- a/src/gpu/GrCommandBuilder.h |
+++ b/src/gpu/GrCommandBuilder.h |
@@ -11,19 +11,13 @@ |
#include "GrTargetCommands.h" |
class GrInOrderDrawBuffer; |
-class GrVertexBufferAllocPool; |
-class GrIndexBufferAllocPool; |
class GrCommandBuilder : ::SkNoncopyable { |
public: |
typedef GrTargetCommands::Cmd Cmd; |
typedef GrTargetCommands::State State; |
- GrCommandBuilder(GrGpu* gpu, |
- GrVertexBufferAllocPool* vertexPool, |
- GrIndexBufferAllocPool* indexPool) |
- : fCommands(gpu, vertexPool, indexPool) { |
- } |
+ GrCommandBuilder(GrGpu* gpu) : fCommands(gpu) { } |
virtual ~GrCommandBuilder() {} |