| Index: src/effects/SkAlphaThresholdFilter.cpp
|
| diff --git a/src/effects/SkAlphaThresholdFilter.cpp b/src/effects/SkAlphaThresholdFilter.cpp
|
| index 70d195bfbd3253d57277d8b6e0b28b0198e462e4..00b3fe2e69af57ea1502485e43d1fcb1b2381a00 100644
|
| --- a/src/effects/SkAlphaThresholdFilter.cpp
|
| +++ b/src/effects/SkAlphaThresholdFilter.cpp
|
| @@ -279,7 +279,7 @@ bool SkAlphaThresholdFilterImpl::asFragmentProcessor(GrFragmentProcessor** fp,
|
| maskDesc.fWidth = texture->width();
|
| maskDesc.fHeight = texture->height();
|
| SkAutoTUnref<GrTexture> maskTexture(context->textureProvider()->refScratchTexture(
|
| - maskDesc, GrTextureProvider::kApprox_ScratchTexMatch));
|
| + maskDesc, GrTextureProvider::kApprox_ScratchMatch));
|
| if (!maskTexture) {
|
| return false;
|
| }
|
|
|