Index: src/gpu/GrDrawTarget.cpp |
diff --git a/src/gpu/GrDrawTarget.cpp b/src/gpu/GrDrawTarget.cpp |
index a1489c6a4211f6b7df13d8b736f9468e03c078d1..af08e5f319a9a1b529cfbd9beb16416d97c33acb 100644 |
--- a/src/gpu/GrDrawTarget.cpp |
+++ b/src/gpu/GrDrawTarget.cpp |
@@ -92,7 +92,7 @@ bool GrDrawTarget::setupDstReadIfNecessary(const GrPipelineBuilder& pipelineBuil |
desc.fHeight = copyRect.height(); |
SkAutoTUnref<GrTexture> copy(fContext->textureProvider()->refScratchTexture(desc, |
- GrTextureProvider::kApprox_ScratchTexMatch)); |
+ GrTextureProvider::kApprox_ScratchMatch)); |
if (!copy) { |
SkDebugf("Failed to create temporary copy of destination texture.\n"); |