| Index: src/gpu/GrBitmapTextContext.h
|
| diff --git a/src/gpu/GrBitmapTextContext.h b/src/gpu/GrBitmapTextContext.h
|
| index 4bff399ade53632eb8603c93e6dc2e9b262e5570..a9805cb0fb0c2aa8e833b9c254bd38d6289d671c 100644
|
| --- a/src/gpu/GrBitmapTextContext.h
|
| +++ b/src/gpu/GrBitmapTextContext.h
|
| @@ -40,13 +40,14 @@ private:
|
|
|
| GrTextStrike* fStrike;
|
| void* fVertices;
|
| - int32_t fMaxVertices;
|
| + int fCurrVertex;
|
| + int fMaxVertices;
|
| + SkRect fVertexBounds;
|
| GrTexture* fCurrTexture;
|
| + GrMaskFormat fCurrMaskFormat;
|
| SkAutoTUnref<GrGeometryProcessor> fCachedGeometryProcessor;
|
| // Used to check whether fCachedEffect is still valid.
|
| uint32_t fEffectTextureUniqueID;
|
| - int fCurrVertex;
|
| - SkRect fVertexBounds;
|
|
|
| void init(const GrPaint&, const SkPaint&);
|
| void appendGlyph(GrGlyph::PackedID, SkFixed left, SkFixed top, GrFontScaler*);
|
|
|