| Index: src/gpu/GrAtlasTextContext.cpp
|
| diff --git a/src/gpu/GrAtlasTextContext.cpp b/src/gpu/GrAtlasTextContext.cpp
|
| index c8c57601067b8dcfd3488b5e8f9977ac6b171928..7adcbc1246ec49eca26e12b85c95292a230ade60 100644
|
| --- a/src/gpu/GrAtlasTextContext.cpp
|
| +++ b/src/gpu/GrAtlasTextContext.cpp
|
| @@ -6,7 +6,6 @@
|
| */
|
| #include "GrAtlasTextContext.h"
|
|
|
| -#include "GrBatch.h"
|
| #include "GrBatchFontCache.h"
|
| #include "GrBatchTarget.h"
|
| #include "GrBatchTest.h"
|
| @@ -38,6 +37,8 @@
|
| #include "SkTextBlob.h"
|
| #include "SkTextMapStateProc.h"
|
|
|
| +#include "batches/GrBatch.h"
|
| +
|
| #include "effects/GrBitmapTextGeoProc.h"
|
| #include "effects/GrDistanceFieldGeoProc.h"
|
|
|
|
|