aboutsummaryrefslogtreecommitdiffhomepage
path: root/include
diff options
context:
space:
mode:
authorGravatar bsalomon <bsalomon@google.com>2014-10-08 11:42:10 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2014-10-08 11:42:10 -0700
commit81e64484ff801ad2c346722e41a3f4216a15b6c8 (patch)
tree50064ff552790c23b5216af19f5080c7658fa7ec /include
parent0f9e8a720c583956ed6e291d018f40fa624bb40d (diff)
Remove ~GrIORef since last remaining virtual and now all inline
TBR=reed@google.com NOTRY=true Review URL: https://codereview.chromium.org/638003003
Diffstat (limited to 'include')
-rw-r--r--include/gpu/GrGpuResource.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/gpu/GrGpuResource.h b/include/gpu/GrGpuResource.h
index afd9275d47..666ab0d3b6 100644
--- a/include/gpu/GrGpuResource.h
+++ b/include/gpu/GrGpuResource.h
@@ -41,7 +41,6 @@ class GrContext;
template <typename DERIVED> class GrIORef : public SkNoncopyable {
public:
SK_DECLARE_INST_COUNT_ROOT(GrIORef)
- virtual ~GrIORef();
// Some of the signatures are written to mirror SkRefCnt so that GrGpuResource can work with
// templated helper classes (e.g. SkAutoTUnref). However, we have different categories of