fix debug build
git-svn-id: http://skia.googlecode.com/svn/trunk@3750 2bbb7eff-a529-9590-31e7-b0007b416f81
This commit is contained in:
parent
eb9a9bfc73
commit
331560e461
@ -586,6 +586,7 @@ SkGlyphCache* SkGlyphCache::FindTail(SkGlyphCache* cache) {
|
||||
void SkGlyphCache_Globals::validate() const {
|
||||
size_t computed = 0;
|
||||
|
||||
const SkGlyphCache* head = fHead;
|
||||
while (head != NULL) {
|
||||
computed += head->fMemoryUsed;
|
||||
head = head->fNext;
|
||||
|
Loading…
Reference in New Issue
Block a user