| Index: src/gpu/gl/GrGLRenderTarget.h
|
| diff --git a/src/gpu/gl/GrGLRenderTarget.h b/src/gpu/gl/GrGLRenderTarget.h
|
| index b81bbed4b2ee746ad4173c3d783d2420f62e0273..fd149b11857be218165c866cdd67af4b0c81be20 100644
|
| --- a/src/gpu/gl/GrGLRenderTarget.h
|
| +++ b/src/gpu/gl/GrGLRenderTarget.h
|
| @@ -30,8 +30,6 @@ public:
|
|
|
| GrGLRenderTarget(GrGpuGL*, const GrSurfaceDesc&, const IDDesc&);
|
|
|
| - virtual ~GrGLRenderTarget() { this->release(); }
|
| -
|
| void setViewport(const GrGLIRect& rect) { fViewport = rect; }
|
| const GrGLIRect& getViewport() const { return fViewport; }
|
|
|
|
|