aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar reed@google.com <reed@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2012-04-23 14:09:38 +0000
committerGravatar reed@google.com <reed@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2012-04-23 14:09:38 +0000
commit331560e461a5ea12ebf2f0fba2371d0944b3a3a3 (patch)
tree1cd7f610f59e6d82ce04b73fbd9cfa9817eecc6d
parenteb9a9bfc73d7fa03e2dab16dd4734290a738e9e7 (diff)
fix debug build
git-svn-id: http://skia.googlecode.com/svn/trunk@3750 2bbb7eff-a529-9590-31e7-b0007b416f81
-rw-r--r--src/core/SkGlyphCache.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/SkGlyphCache.cpp b/src/core/SkGlyphCache.cpp
index c8664f4a82..f6fa3a00ce 100644
--- a/src/core/SkGlyphCache.cpp
+++ b/src/core/SkGlyphCache.cpp
@@ -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;