aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/GrResourceCache.h
diff options
context:
space:
mode:
authorGravatar robertphillips@google.com <robertphillips@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2012-08-23 11:24:02 +0000
committerGravatar robertphillips@google.com <robertphillips@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2012-08-23 11:24:02 +0000
commita5c43a5a712e88f8f085d744e0e0a6011962af69 (patch)
treefc1f6464c95940bebf053d06b5be3d09e6bd3064 /src/gpu/GrResourceCache.h
parent2ea0a231a82b00e14c57806f6ae4664361d2ed16 (diff)
Fixed compiler error in r5247 (unreviewed)
git-svn-id: http://skia.googlecode.com/svn/trunk@5248 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'src/gpu/GrResourceCache.h')
-rw-r--r--src/gpu/GrResourceCache.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/gpu/GrResourceCache.h b/src/gpu/GrResourceCache.h
index f2b6602389..55bbc25e1f 100644
--- a/src/gpu/GrResourceCache.h
+++ b/src/gpu/GrResourceCache.h
@@ -324,8 +324,7 @@ private:
bool clientReattach);
#if GR_DEBUG
- static size_t GrResourceCache::countBytes(
- const SkTDLinkedList<GrResourceEntry>& list);
+ static size_t countBytes(const SkTDLinkedList<GrResourceEntry>& list);
#endif
};