aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/gl/GrGLStencilBuffer.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gpu/gl/GrGLStencilBuffer.h')
-rw-r--r--src/gpu/gl/GrGLStencilBuffer.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/gpu/gl/GrGLStencilBuffer.h b/src/gpu/gl/GrGLStencilBuffer.h
index 53777e40c7..ff0d5cb4d0 100644
--- a/src/gpu/gl/GrGLStencilBuffer.h
+++ b/src/gpu/gl/GrGLStencilBuffer.h
@@ -35,8 +35,6 @@ public:
this->registerWithCache();
}
- virtual ~GrGLStencilBuffer();
-
GrGLuint renderbufferID() const {
return fRenderbufferID;
}