| Index: src/gpu/GrAtlasTextContext.h
|
| diff --git a/src/gpu/GrAtlasTextContext.h b/src/gpu/GrAtlasTextContext.h
|
| index 1be4edffd090e988b37022770c8de39d7750cb08..1104d92f585afa6aad9b5eb7315f21cdc261de0b 100644
|
| --- a/src/gpu/GrAtlasTextContext.h
|
| +++ b/src/gpu/GrAtlasTextContext.h
|
| @@ -10,6 +10,7 @@
|
|
|
| #include "GrTextContext.h"
|
|
|
| +#include "GrBatchAtlas.h"
|
| #include "GrGeometryProcessor.h"
|
| #include "GrMemoryPool.h"
|
| #include "SkDescriptor.h"
|
| @@ -101,6 +102,7 @@ private:
|
| uint32_t fGlyphEndIndex;
|
| size_t fVertexStartIndex;
|
| size_t fVertexEndIndex;
|
| + GrBatchAtlas::BulkTokenReffer fBulkTokenReffer;
|
| };
|
| SkSTArray<1, SubRunInfo, true> fSubRunInfo;
|
| SkAutoDescriptor fDescriptor;
|
|
|