diff --git a/gfx/skia/src/gpu/GrContext.cpp b/gfx/skia/src/gpu/GrContext.cpp index 85b2c833841..145230fe449 100644 --- a/gfx/skia/src/gpu/GrContext.cpp +++ b/gfx/skia/src/gpu/GrContext.cpp @@ -373,7 +373,6 @@ GrTexture* GrContext::createResizedTexture(const GrTextureDesc& desc, verts[1].setIRectFan(0, 0, 1, 1, 2 * sizeof(GrPoint)); fGpu->drawNonIndexed(kTriangleFan_GrPrimitiveType, 0, 4); } - texture->releaseRenderTarget(); } else { // TODO: Our CPU stretch doesn't filter. But we create separate // stretched textures when the texture params is either filtered or