Chromium Code Reviews| Index: src/gpu/GrDistanceFieldTextContext.h |
| diff --git a/src/gpu/GrDistanceFieldTextContext.h b/src/gpu/GrDistanceFieldTextContext.h |
| index 3a602f050b3d87e640451a4c407a37475466fe88..7676fc16482b63e7163e5e661177d15142cd068e 100644 |
| --- a/src/gpu/GrDistanceFieldTextContext.h |
| +++ b/src/gpu/GrDistanceFieldTextContext.h |
| @@ -48,9 +48,7 @@ private: |
| kDefaultRequestedVerts = kDefaultRequestedGlyphs * 4, |
| }; |
| - SkPoint* fVertices; |
| - int32_t fMaxVertices; |
| - GrTexture* fCurrTexture; |
| + void* fVertices; |
| int fCurrVertex; |
| }; |