| Index: src/gpu/GrBlurUtils.cpp
|
| diff --git a/src/gpu/GrBlurUtils.cpp b/src/gpu/GrBlurUtils.cpp
|
| index 6013b58bcfdef0bed0ac3070d53bdce5564d0d03..ede386afb20b73de4dedaa8aaf3eb053cb7e4e26 100644
|
| --- a/src/gpu/GrBlurUtils.cpp
|
| +++ b/src/gpu/GrBlurUtils.cpp
|
| @@ -36,7 +36,7 @@ static bool draw_mask(GrDrawContext* drawContext,
|
| matrix.setTranslate(-maskRect.fLeft, -maskRect.fTop);
|
| matrix.postIDiv(mask->width(), mask->height());
|
|
|
| - grp->addCoverageProcessor(GrSimpleTextureEffect::Create(grp->getProcessorDataManager(),
|
| + grp->addCoverageFragmentProcessor(GrSimpleTextureEffect::Create(grp->getProcessorDataManager(),
|
| mask, matrix,
|
| kDevice_GrCoordSet))->unref();
|
|
|
|
|