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