Index: src/gpu/gl/GrGLTexture.cpp |
diff --git a/src/gpu/gl/GrGLTexture.cpp b/src/gpu/gl/GrGLTexture.cpp |
index 856cfb1277d920e883edc1d7de8e4038efca5d06..255cdd963165fac9bfb2d7d1b0df359adc892b89 100644 |
--- a/src/gpu/gl/GrGLTexture.cpp |
+++ b/src/gpu/gl/GrGLTexture.cpp |
@@ -49,7 +49,6 @@ GrGLTexture::GrGLTexture(GrGpuGL* gpu, |
} |
void GrGLTexture::onRelease() { |
- GPUGL->notifyTextureDelete(this); |
fTexIDObj.reset(NULL); |
INHERITED::onRelease(); |
} |