| Index: src/gpu/GrBlurUtils.cpp
|
| diff --git a/src/gpu/GrBlurUtils.cpp b/src/gpu/GrBlurUtils.cpp
|
| index a96d92e764cd0e2104e187c0f0f86816abde7424..d37f9bfc648537dfb192e1e875157b08e6778c8e 100644
|
| --- a/src/gpu/GrBlurUtils.cpp
|
| +++ b/src/gpu/GrBlurUtils.cpp
|
| @@ -235,7 +235,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)) {
|
|
|