aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/gpu
diff options
context:
space:
mode:
authorGravatar robertphillips@google.com <robertphillips@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2012-06-05 16:24:32 +0000
committerGravatar robertphillips@google.com <robertphillips@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2012-06-05 16:24:32 +0000
commit25c199343d2683a8eec1e12790b658710389f6fe (patch)
tree1b6d696c6e94fe0dfa778e65f2631c776f97b1f3 /include/gpu
parent4384fabab41b26c7cf8f357a22181e7ba23e7822 (diff)
Reverting r4162
git-svn-id: http://skia.googlecode.com/svn/trunk@4164 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'include/gpu')
-rw-r--r--include/gpu/GrResource.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/gpu/GrResource.h b/include/gpu/GrResource.h
index 4c491c7369..8008f29e34 100644
--- a/include/gpu/GrResource.h
+++ b/include/gpu/GrResource.h
@@ -20,8 +20,6 @@ class GrContext;
*/
class GrResource : public GrRefCnt {
public:
- DECLARE_INST_COUNT
-
/**
* Frees the resource in the underlying 3D API. It must be safe to call this
* when the resource has been previously abandoned.