| Index: src/gpu/GrBatchAtlas.h
|
| diff --git a/src/gpu/GrBatchAtlas.h b/src/gpu/GrBatchAtlas.h
|
| index bd6504030bb8f54fbda7dd21d9111069fcd4ad53..61fc7e10934c9ccbc4204da520b26ec7d0401e8c 100644
|
| --- a/src/gpu/GrBatchAtlas.h
|
| +++ b/src/gpu/GrBatchAtlas.h
|
| @@ -9,11 +9,12 @@
|
| #define GrBatchAtlas_DEFINED
|
|
|
| #include "GrTexture.h"
|
| -#include "batches/GrDrawBatch.h"
|
| #include "SkPoint.h"
|
| #include "SkTDArray.h"
|
| #include "SkTInternalLList.h"
|
|
|
| +#include "batches/GrDrawBatch.h"
|
| +
|
| class GrRectanizer;
|
|
|
| struct GrBatchAtlasConfig {
|
|
|