Index: src/gpu/GrClipMaskManager.cpp |
diff --git a/src/gpu/GrClipMaskManager.cpp b/src/gpu/GrClipMaskManager.cpp |
index 15677fc18d9debe4347225fd266f4401b40a3799..34ea49ad65f6942d66023ae74b49477a1be689a0 100644 |
--- a/src/gpu/GrClipMaskManager.cpp |
+++ b/src/gpu/GrClipMaskManager.cpp |
@@ -497,7 +497,7 @@ GrTexture* GrClipMaskManager::createTempMask(int width, int height) { |
} |
return this->getContext()->textureProvider()->refScratchTexture( |
- desc, GrTextureProvider::kApprox_ScratchTexMatch); |
+ desc, GrTextureProvider::kApprox_ScratchMatch); |
} |
//////////////////////////////////////////////////////////////////////////////// |