aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/effects
diff options
context:
space:
mode:
authorGravatar bsalomon <bsalomon@google.com>2014-10-07 07:27:07 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2014-10-07 07:27:07 -0700
commitd14e1a27643125bfef37fa0ed314b64c1fae22b7 (patch)
treef4ee6543d77aff0e233dace6c81403364b79fdba /src/gpu/effects
parentb109ac22b4ec3ab3478f5304c96564a0e9df6170 (diff)
GrResourceCache2 manages scratch texture.
Diffstat (limited to 'src/gpu/effects')
-rw-r--r--src/gpu/effects/GrTextureStripAtlas.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gpu/effects/GrTextureStripAtlas.cpp b/src/gpu/effects/GrTextureStripAtlas.cpp
index 91df897eb8..9755ccd2af 100644
--- a/src/gpu/effects/GrTextureStripAtlas.cpp
+++ b/src/gpu/effects/GrTextureStripAtlas.cpp
@@ -216,7 +216,6 @@ void GrTextureStripAtlas::unlockTexture() {
SkASSERT(fTexture && 0 == fLockedRows);
fTexture->unref();
fTexture = NULL;
- fDesc.fContext->purgeCache();
}
void GrTextureStripAtlas::initLRU() {