| Index: src/gpu/GrBlurUtils.cpp
|
| diff --git a/src/gpu/GrBlurUtils.cpp b/src/gpu/GrBlurUtils.cpp
|
| index 039a12c3c8cbe7c946cba80a1ef7ca1311d20110..8ac5846b702f1fd7ba9c73e69ad253e3aec792f9 100644
|
| --- a/src/gpu/GrBlurUtils.cpp
|
| +++ b/src/gpu/GrBlurUtils.cpp
|
| @@ -229,7 +229,7 @@ void GrBlurUtils::drawPathWithMaskFilter(GrContext* context,
|
| pathPtr->transform(viewMatrix, devPathPtr);
|
|
|
| SkRect maskRect;
|
| - if (paint.getMaskFilter()->canFilterMaskGPU(devPathPtr->getBounds(),
|
| + if (paint.getMaskFilter()->canFilterMaskGPU(SkRRect::MakeRect(devPathPtr->getBounds()),
|
| clipBounds,
|
| viewMatrix,
|
| &maskRect)) {
|
|
|