Index: include/gpu/GrGpuResourceRef.h |
diff --git a/include/gpu/GrGpuResourceRef.h b/include/gpu/GrGpuResourceRef.h |
index b8ba334ff3d11f399d5100306c327261cbba739a..70d25687846252e38aaec0eba6a9b171e85b9f09 100644 |
--- a/include/gpu/GrGpuResourceRef.h |
+++ b/include/gpu/GrGpuResourceRef.h |
@@ -36,8 +36,6 @@ |
*/ |
class GrGpuResourceRef : SkNoncopyable { |
public: |
- SK_DECLARE_INST_COUNT(GrGpuResourceRef); |
- |
~GrGpuResourceRef(); |
GrGpuResource* getResource() const { return fResource; } |