Chromium Code Reviews| Index: src/gpu/GrDistanceFieldTextContext.h |
| diff --git a/src/gpu/GrDistanceFieldTextContext.h b/src/gpu/GrDistanceFieldTextContext.h |
| index fa0a76bae98332ab231f10e49f47fa7bd1829ab1..75a13b385bd2e9ef714096946224b44b5113f6fc 100644 |
| --- a/src/gpu/GrDistanceFieldTextContext.h |
| +++ b/src/gpu/GrDistanceFieldTextContext.h |
| @@ -55,6 +55,8 @@ private: |
| }; |
| void* fVertices; |
| + int32_t fMaxVertices; |
| + GrTexture* fCurrTexture; |
| int fCurrVertex; |
| SkRect fVertexBounds; |
| }; |