aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/GrBatch.h
diff options
context:
space:
mode:
authorGravatar robertphillips <robertphillips@google.com>2015-05-07 09:51:43 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2015-05-07 09:51:43 -0700
commite40d39725908d99d255496025411e5c9ca32663e (patch)
treeaf07d303a6b64b3da185829c7ef6895cdbf83464 /src/gpu/GrBatch.h
parent0acd0d33fd69b6603fa22f88fa45c96aa0907d4d (diff)
Isolate GrBufferAllocPools inside GrBatchTarget
This CL refactors the location of the GrBufferAllocPools so they reside entirely inside the GrBatchTarget. This is in preparation for making them use scratch resources. Review URL: https://codereview.chromium.org/1131553002
Diffstat (limited to 'src/gpu/GrBatch.h')
-rw-r--r--src/gpu/GrBatch.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/gpu/GrBatch.h b/src/gpu/GrBatch.h
index dc01db4f20..1da964b7fc 100644
--- a/src/gpu/GrBatch.h
+++ b/src/gpu/GrBatch.h
@@ -17,9 +17,7 @@
#include "SkTypes.h"
class GrGpu;
-class GrIndexBufferAllocPool;
class GrPipeline;
-class GrVertexBufferAllocPool;
struct GrInitInvariantOutput;