| Index: src/gpu/GrAtlasTextContext.h
|
| diff --git a/src/gpu/GrAtlasTextContext.h b/src/gpu/GrAtlasTextContext.h
|
| index de07d1f47456831bf35c0622bcd98ed45630b405..a75eb0e4697d671f65d514679921c564d7ef2146 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 "SkDescriptor.h"
|
| #include "SkTextBlob.h"
|
| @@ -103,6 +104,7 @@ private:
|
| uint32_t fGlyphEndIndex;
|
| size_t fVertexStartIndex;
|
| size_t fVertexEndIndex;
|
| + GrBatchAtlas::BulkUseTokenUpdater fBulkUseToken;
|
| };
|
| SkSTArray<1, SubRunInfo, true> fSubRunInfo;
|
| SkAutoDescriptor fDescriptor;
|
|
|