aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/gpu/gl/debug/GrFrameBufferObj.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools/gpu/gl/debug/GrFrameBufferObj.h')
-rw-r--r--tools/gpu/gl/debug/GrFrameBufferObj.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/gpu/gl/debug/GrFrameBufferObj.h b/tools/gpu/gl/debug/GrFrameBufferObj.h
index 3bd642f460..9003127a6c 100644
--- a/tools/gpu/gl/debug/GrFrameBufferObj.h
+++ b/tools/gpu/gl/debug/GrFrameBufferObj.h
@@ -27,7 +27,7 @@ public:
, fStencilBuffer(nullptr) {
}
- virtual ~GrFrameBufferObj() {
+ ~GrFrameBufferObj() override {
fColorBuffer = nullptr;
fDepthBuffer = nullptr;
fStencilBuffer = nullptr;