Index: src/gpu/GrBlurUtils.cpp |
diff --git a/src/gpu/GrBlurUtils.cpp b/src/gpu/GrBlurUtils.cpp |
index 463691d7c9ad2757a02d18b2772587c9aa9d2b5c..a396c3340dc92580f226f42b30c2f4bf1dec1f5c 100644 |
--- a/src/gpu/GrBlurUtils.cpp |
+++ b/src/gpu/GrBlurUtils.cpp |
@@ -36,9 +36,8 @@ static bool draw_mask(GrDrawContext* drawContext, |
matrix.setTranslate(-maskRect.fLeft, -maskRect.fTop); |
matrix.postIDiv(mask->width(), mask->height()); |
- grp->addCoverageFragmentProcessor(GrSimpleTextureEffect::Create(grp->getProcessorDataManager(), |
- mask, matrix, |
- kDevice_GrCoordSet))->unref(); |
+ grp->addCoverageFragmentProcessor(GrSimpleTextureEffect::Create(mask, matrix, |
+ kDevice_GrCoordSet))->unref(); |
SkMatrix inverse; |
if (!viewMatrix.invert(&inverse)) { |