| Index: src/gpu/GrBlurUtils.cpp
|
| diff --git a/src/gpu/GrBlurUtils.cpp b/src/gpu/GrBlurUtils.cpp
|
| index 59a3dfcd081083e184e85f5a7e738bb950200b5f..f95bdfff02ffa45325e85db2a8ca4479170a688e 100644
|
| --- a/src/gpu/GrBlurUtils.cpp
|
| +++ b/src/gpu/GrBlurUtils.cpp
|
| @@ -116,7 +116,7 @@
|
| config = kAlpha_8_GrPixelConfig;
|
| }
|
|
|
| - sk_sp<GrDrawContext> drawContext(context->newDrawContext(SkBackingFit::kApprox,
|
| + sk_sp<GrDrawContext> drawContext(context->newDrawContext(GrContext::kLoose_BackingFit,
|
| SkScalarCeilToInt(maskRect->width()),
|
| SkScalarCeilToInt(maskRect->height()),
|
| config,
|
|
|