fix debug build

git-svn-id: http://skia.googlecode.com/svn/trunk@3750 2bbb7eff-a529-9590-31e7-b0007b416f81
This commit is contained in:
reed@google.com 2012-04-23 14:09:38 +00:00
parent eb9a9bfc73
commit 331560e461

View File

@ -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;