| Index: src/gpu/GrBitmapTextContext.h
|
| diff --git a/src/gpu/GrBitmapTextContext.h b/src/gpu/GrBitmapTextContext.h
|
| index b9d5ce78d51ebfbba24833381081cc04b95f409f..6d4ea6d524e255d57e802bbb5c52502c12642625 100644
|
| --- a/src/gpu/GrBitmapTextContext.h
|
| +++ b/src/gpu/GrBitmapTextContext.h
|
| @@ -48,7 +48,8 @@ private:
|
| int32_t fMaxVertices;
|
| GrTexture* fCurrTexture;
|
| SkAutoTUnref<GrEffect> fCachedEffect;
|
| - uint32_t fEffectTextureGenID;
|
| + // Used to check whether fCachedEffect is still valid.
|
| + uint32_t fEffectTextureUniqueID;
|
| int fCurrVertex;
|
| SkRect fVertexBounds;
|
| };
|
|
|