Chromium Code Reviews| Index: src/gpu/gl/GrGLRenderTarget.cpp |
| diff --git a/src/gpu/gl/GrGLRenderTarget.cpp b/src/gpu/gl/GrGLRenderTarget.cpp |
| index 2486396186a483b5d522f5c71205ed2b878a6de9..f2a0cdced30989a7dff09cea482e1bf32f5ba2bc 100644 |
| --- a/src/gpu/gl/GrGLRenderTarget.cpp |
| +++ b/src/gpu/gl/GrGLRenderTarget.cpp |
| @@ -79,6 +79,7 @@ |
| } |
| void GrGLRenderTarget::onRelease() { |
| + GPUGL->notifyRenderTargetDelete(this); |
| if (!this->isWrapped()) { |
| if (fTexFBOID) { |
| GL_CALL(DeleteFramebuffers(1, &fTexFBOID)); |