Index: src/core/SkVarAlloc.h |
diff --git a/src/core/SkVarAlloc.h b/src/core/SkVarAlloc.h |
index 19b2d75e76ca2467eb1a38eb55df269b0a548049..2b5401b7f06bf81a18f9a58afb0b1684551bd13e 100644 |
--- a/src/core/SkVarAlloc.h |
+++ b/src/core/SkVarAlloc.h |
@@ -28,7 +28,7 @@ private: |
char* fByte; |
unsigned fRemaining; |
- unsigned fLgMinSize; |
+ unsigned fLgSize; // This is always in the range [4, 16], so it really only needs 4 bits. |
struct Block; |
Block* fBlock; |