Index: src/gpu/GrSWMaskHelper.cpp |
diff --git a/src/gpu/GrSWMaskHelper.cpp b/src/gpu/GrSWMaskHelper.cpp |
index d3d464883811becffcb768d68ebe4d1edc899ec7..c80a13ccd02aafa76e1184e2a075b0dd27cf6b8d 100644 |
--- a/src/gpu/GrSWMaskHelper.cpp |
+++ b/src/gpu/GrSWMaskHelper.cpp |
@@ -361,7 +361,7 @@ void GrSWMaskHelper::DrawToTargetWithPathMask(GrTexture* texture, |
maskMatrix.preTranslate(SkIntToScalar(-rect.fLeft), SkIntToScalar(-rect.fTop)); |
maskMatrix.preConcat(drawState->getViewMatrix()); |
- drawState->addCoverageEffect( |
+ drawState->addCoverageProcessor( |
GrSimpleTextureEffect::Create(texture, |
maskMatrix, |
GrTextureParams::kNone_FilterMode, |