| Index: src/gpu/GrSWMaskHelper.cpp | 
| diff --git a/src/gpu/GrSWMaskHelper.cpp b/src/gpu/GrSWMaskHelper.cpp | 
| index f421b81f7dcc8a2687ca466f8e56bc882f7dd2fe..ce00ad93e3a87490bc179ae68d13db370220c4b3 100644 | 
| --- a/src/gpu/GrSWMaskHelper.cpp | 
| +++ b/src/gpu/GrSWMaskHelper.cpp | 
| @@ -366,7 +366,7 @@ void GrSWMaskHelper::DrawToTargetWithPathMask(GrTexture* texture, | 
| maskMatrix.setIDiv(texture->width(), texture->height()); | 
| maskMatrix.preTranslate(SkIntToScalar(-rect.fLeft), SkIntToScalar(-rect.fTop)); | 
|  | 
| -    pipelineBuilder->addCoverageProcessor( | 
| +    pipelineBuilder->addCoverageFragmentProcessor( | 
| GrSimpleTextureEffect::Create(pipelineBuilder->getProcessorDataManager(), | 
| texture, | 
| maskMatrix, | 
|  |