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