Index: src/core/SkRTree.h |
=================================================================== |
--- src/core/SkRTree.h (revision 11758) |
+++ src/core/SkRTree.h (working copy) |
@@ -179,7 +179,7 @@ |
const size_t fNodeSize; |
// This is the count of data elements (rather than total nodes in the tree) |
- size_t fCount; |
+ int fCount; |
Branch fRoot; |
SkChunkAlloc fNodes; |