| Index: src/gpu/gl/GrGLTexture.h
 | 
| diff --git a/src/gpu/gl/GrGLTexture.h b/src/gpu/gl/GrGLTexture.h
 | 
| index f23adae0d2765e89968d218cf0988e4ce069d9f9..268fe9239eab399e49b163b4d8defe169552508b 100644
 | 
| --- a/src/gpu/gl/GrGLTexture.h
 | 
| +++ b/src/gpu/gl/GrGLTexture.h
 | 
| @@ -33,8 +33,6 @@ public:
 | 
|  
 | 
|      GrGLTexture(GrGpuGL*, const GrSurfaceDesc&, const IDDesc&);
 | 
|  
 | 
| -    virtual ~GrGLTexture() { this->release(); }
 | 
| -
 | 
|      virtual GrBackendObject getTextureHandle() const SK_OVERRIDE;
 | 
|  
 | 
|      virtual void textureParamsModified() SK_OVERRIDE { fTexParams.invalidate(); }
 | 
| 
 |