Index: src/gpu/GrBitmapTextContext.h |
diff --git a/src/gpu/GrBitmapTextContext.h b/src/gpu/GrBitmapTextContext.h |
index 5817359b75c8c888537dc4f7a80b7020cc892cc1..41229398492656f5cf86c1d95e136f5a7e09fe23 100755 |
--- a/src/gpu/GrBitmapTextContext.h |
+++ b/src/gpu/GrBitmapTextContext.h |
@@ -48,6 +48,7 @@ private: |
int32_t fMaxVertices; |
GrTexture* fCurrTexture; |
int fCurrVertex; |
+ SkRect fVertexBounds; |
}; |
#endif |