| Index: src/gpu/GrDistanceFieldTextContext.h
|
| diff --git a/src/gpu/GrDistanceFieldTextContext.h b/src/gpu/GrDistanceFieldTextContext.h
|
| index e0ef7e2e449d822bab7b7486845c8dc5dd9c5099..3eefd103d00da0df91d16c864223b7b71809e855 100644
|
| --- a/src/gpu/GrDistanceFieldTextContext.h
|
| +++ b/src/gpu/GrDistanceFieldTextContext.h
|
| @@ -41,9 +41,10 @@ private:
|
| uint32_t fEffectFlags;
|
| GrTexture* fGammaTexture;
|
| void* fVertices;
|
| - int32_t fMaxVertices;
|
| - GrTexture* fCurrTexture;
|
| int fCurrVertex;
|
| + int fAllocVertexCount;
|
| + int fTotalVertexCount;
|
| + GrTexture* fCurrTexture;
|
| SkRect fVertexBounds;
|
|
|
| GrDistanceFieldTextContext(GrContext*, const SkDeviceProperties&, bool enable);
|
|
|