aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/batches/GrTestBatch.h
diff options
context:
space:
mode:
authorGravatar bsalomon <bsalomon@google.com>2015-08-13 14:55:50 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2015-08-13 14:55:50 -0700
commit16b991390bb988b194a868ab8de66db4c21c7c13 (patch)
tree113ed198661b9ee00e0cb47a7edeaadc63f2323f /src/gpu/batches/GrTestBatch.h
parent8f4fe37b1cb7c98577d76e7004f35929664e251e (diff)
Split GrDrawBatch and GrVertexBatch into their own files
TBR=joshualitt@google.com Review URL: https://codereview.chromium.org/1296483002
Diffstat (limited to 'src/gpu/batches/GrTestBatch.h')
-rw-r--r--src/gpu/batches/GrTestBatch.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/gpu/batches/GrTestBatch.h b/src/gpu/batches/GrTestBatch.h
index d8986b6816..f72ea6143d 100644
--- a/src/gpu/batches/GrTestBatch.h
+++ b/src/gpu/batches/GrTestBatch.h
@@ -8,9 +8,11 @@
#ifndef GrTestBatch_DEFINED
#define GrTestBatch_DEFINED
+#include "GrBatchTarget.h"
+#include "GrGeometryProcessor.h"
#include "GrVertexBuffer.h"
-#include "batches/GrBatch.h"
+#include "batches/GrVertexBatch.h"
/*
* A simple batch only for testing purposes which actually doesn't batch at all, but can fit into