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