Index: src/gpu/GrDistanceFieldTextContext.h |
diff --git a/src/gpu/GrDistanceFieldTextContext.h b/src/gpu/GrDistanceFieldTextContext.h |
index 672922d0d64f4dc935ccc248627ee059af332ddf..fa0a76bae98332ab231f10e49f47fa7bd1829ab1 100644 |
--- a/src/gpu/GrDistanceFieldTextContext.h |
+++ b/src/gpu/GrDistanceFieldTextContext.h |
@@ -56,6 +56,7 @@ private: |
void* fVertices; |
int fCurrVertex; |
+ SkRect fVertexBounds; |
}; |
#endif |