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