| Index: src/gpu/batches/GrTestBatch.h
|
| diff --git a/src/gpu/batches/GrTestBatch.h b/src/gpu/batches/GrTestBatch.h
|
| index d8986b681659303c6ebfbd41f06ea49c4a4c70c2..f72ea6143d2040fdb6b04c21ac969e24fa32b400 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
|
|
|