| Index: src/gpu/GrSWMaskHelper.cpp
|
| diff --git a/src/gpu/GrSWMaskHelper.cpp b/src/gpu/GrSWMaskHelper.cpp
|
| index eb5c555a1fee6772cd1a1446ae3a3c13aebd5537..f6e6c3127da9b22331bf322e522f1cca2ce2f74a 100644
|
| --- a/src/gpu/GrSWMaskHelper.cpp
|
| +++ b/src/gpu/GrSWMaskHelper.cpp
|
| @@ -197,7 +197,7 @@ void GrSWMaskHelper::DrawToTargetWithPathMask(GrTexture* texture,
|
| drawState->addCoverageEffect(
|
| GrSimpleTextureEffect::Create(texture,
|
| maskMatrix,
|
| - false,
|
| + GrTextureParams::kNone_FilterMode,
|
| GrEffect::kPosition_CoordsType))->unref();
|
|
|
| target->drawSimpleRect(dstRect);
|
|
|