Chromium Code Reviews| Index: src/core/SkVarAlloc.h |
| diff --git a/src/core/SkVarAlloc.h b/src/core/SkVarAlloc.h |
| index 19b2d75e76ca2467eb1a38eb55df269b0a548049..5cbffdc6ef8935c9071202d716699385ee913ee2 100644 |
| --- a/src/core/SkVarAlloc.h |
| +++ b/src/core/SkVarAlloc.h |
| @@ -28,7 +28,7 @@ private: |
| char* fByte; |
| unsigned fRemaining; |
| - unsigned fLgMinSize; |
| + unsigned fLgMinSize; // Can get away with 4 bits, always in [4, 16]. |
|
reed1
2014/11/13 21:40:07
not sure what the comment means
4 bits in 4..16 ?
|
| struct Block; |
| Block* fBlock; |