Chromium Code Reviews| Index: src/gpu/GrBitmapTextContext.h |
| diff --git a/src/gpu/GrBitmapTextContext.h b/src/gpu/GrBitmapTextContext.h |
| index 51193c82f99d507d0261cf275d6af32db03a7bb0..294441fd41eb898a5f32e2125dd935bcc2455062 100644 |
| --- a/src/gpu/GrBitmapTextContext.h |
| +++ b/src/gpu/GrBitmapTextContext.h |
| @@ -45,11 +45,13 @@ private: |
| kDefaultRequestedVerts = kDefaultRequestedGlyphs * 4, |
| }; |
| - void* fVertices; |
| - int32_t fMaxVertices; |
| - GrTexture* fCurrTexture; |
| - int fCurrVertex; |
| - SkRect fVertexBounds; |
| + void* fVertices; |
| + int32_t fMaxVertices; |
| + GrTexture* fCurrTexture; |
| + SkAutoTUnref<GrEffectRef> fCachedEffect; |
| + uint32_t fEFfectTextureGenID; |
|
jvanverth1
2014/06/19 19:06:04
Typo: fEFfect ->fEffect
bsalomon
2014/06/19 19:32:21
Done.
|
| + int fCurrVertex; |
| + SkRect fVertexBounds; |
| }; |
| #endif |