| Index: src/gpu/GrSWMaskHelper.cpp
|
| diff --git a/src/gpu/GrSWMaskHelper.cpp b/src/gpu/GrSWMaskHelper.cpp
|
| index 510b85acb8c56de2ec46b5ebe82a58c0601bd4c7..6b56e6891b8612a5089d91cdab12bde422dc407b 100644
|
| --- a/src/gpu/GrSWMaskHelper.cpp
|
| +++ b/src/gpu/GrSWMaskHelper.cpp
|
| @@ -249,7 +249,7 @@ GrTexture* GrSWMaskHelper::createTexture() {
|
| }
|
|
|
| return fContext->textureProvider()->refScratchTexture(
|
| - desc, GrTextureProvider::kApprox_ScratchTexMatch);
|
| + desc, GrTextureProvider::kApprox_ScratchMatch);
|
| }
|
|
|
| void GrSWMaskHelper::sendTextureData(GrTexture *texture, const GrSurfaceDesc& desc,
|
|
|