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