aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/batches/GrDrawVerticesBatch.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/GrDrawVerticesBatch.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/GrDrawVerticesBatch.h')
-rw-r--r--src/gpu/batches/GrDrawVerticesBatch.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gpu/batches/GrDrawVerticesBatch.h b/src/gpu/batches/GrDrawVerticesBatch.h
index 11decbe01d..5e9628bc16 100644
--- a/src/gpu/batches/GrDrawVerticesBatch.h
+++ b/src/gpu/batches/GrDrawVerticesBatch.h
@@ -8,9 +8,9 @@
#ifndef GrDrawVerticesBatch_DEFINED
#define GrDrawVerticesBatch_DEFINED
-#include "GrBatch.h"
#include "GrColor.h"
#include "GrTypes.h"
+#include "GrVertexBatch.h"
#include "SkMatrix.h"
#include "SkRect.h"
#include "SkTDArray.h"