| Index: src/gpu/GrBitmapTextContext.h
|
| diff --git a/src/gpu/GrBitmapTextContext.h b/src/gpu/GrBitmapTextContext.h
|
| index 84b7f3771cc671fed78c4e545b9fe6bdaa2932b6..6d4ea6d524e255d57e802bbb5c52502c12642625 100644
|
| --- a/src/gpu/GrBitmapTextContext.h
|
| +++ b/src/gpu/GrBitmapTextContext.h
|
| @@ -45,6 +45,8 @@ private:
|
| };
|
|
|
| void* fVertices;
|
| + int32_t fMaxVertices;
|
| + GrTexture* fCurrTexture;
|
| SkAutoTUnref<GrEffect> fCachedEffect;
|
| // Used to check whether fCachedEffect is still valid.
|
| uint32_t fEffectTextureUniqueID;
|
|
|