| Index: src/gpu/GrBlurUtils.cpp
|
| diff --git a/src/gpu/GrBlurUtils.cpp b/src/gpu/GrBlurUtils.cpp
|
| index 9ca445b5297ab7b2dbcd0d2c403294952f42c868..8a8ab789bfa9f4e80a6c9a1e8b9018b07db9265f 100644
|
| --- a/src/gpu/GrBlurUtils.cpp
|
| +++ b/src/gpu/GrBlurUtils.cpp
|
| @@ -287,6 +287,7 @@ void GrBlurUtils::drawPathWithMaskFilter(GrContext* context,
|
| SkASSERT(!pathIsMutable || origSrcPath.isVolatile());
|
|
|
| GrStrokeInfo strokeInfo(paint);
|
| + strokeInfo.setResScale(SkDraw::ComputeResScaleForStroking(origViewMatrix));
|
|
|
| // If we have a prematrix, apply it to the path, optimizing for the case
|
| // where the original path can in fact be modified in place (even though
|
|
|