Index: src/gpu/GrTargetCommands.h |
diff --git a/src/gpu/GrTargetCommands.h b/src/gpu/GrTargetCommands.h |
index aaecac69894a5791a3ebe8c9ca796703fe1ff58e..71ce4706b5b775135b9a78d7fe1d476f30d4738f 100644 |
--- a/src/gpu/GrTargetCommands.h |
+++ b/src/gpu/GrTargetCommands.h |
@@ -20,16 +20,13 @@ |
#include "SkTypes.h" |
class GrInOrderDrawBuffer; |
-class GrVertexBufferAllocPool; |
-class GrIndexBufferAllocPool; |
+ |
class GrTargetCommands : ::SkNoncopyable { |
public: |
- GrTargetCommands(GrGpu* gpu, |
- GrVertexBufferAllocPool* vertexPool, |
- GrIndexBufferAllocPool* indexPool) |
+ GrTargetCommands(GrGpu* gpu) |
: fCmdBuffer(kCmdBufferInitialSizeInBytes) |
- , fBatchTarget(gpu, vertexPool, indexPool) { |
+ , fBatchTarget(gpu) { |
} |
class Cmd : ::SkNoncopyable { |