From 16b991390bb988b194a868ab8de66db4c21c7c13 Mon Sep 17 00:00:00 2001 From: bsalomon Date: Thu, 13 Aug 2015 14:55:50 -0700 Subject: Split GrDrawBatch and GrVertexBatch into their own files TBR=joshualitt@google.com Review URL: https://codereview.chromium.org/1296483002 --- src/gpu/batches/GrDrawVerticesBatch.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gpu/batches/GrDrawVerticesBatch.h') 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" -- cgit v1.2.3