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