Index: include/gpu/GrGpuResource.h |
diff --git a/include/gpu/GrGpuResource.h b/include/gpu/GrGpuResource.h |
index b01f0e9c347869c5a3bbbd02cdf582fc96c5c660..69e17692d5b01321e60871e214dad7306a0f9a04 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 |