| Index: src/effects/SkLightingImageFilter.cpp
|
| diff --git a/src/effects/SkLightingImageFilter.cpp b/src/effects/SkLightingImageFilter.cpp
|
| index d9b29363ed5a692dd2494b6e8a1902b5fe0551c3..6efb0f6c4e1a33f0fdaf7e5c6cc1e663c3588241 100644
|
| --- a/src/effects/SkLightingImageFilter.cpp
|
| +++ b/src/effects/SkLightingImageFilter.cpp
|
| @@ -407,7 +407,7 @@
|
| sk_sp<GrTexture> inputTexture(input->asTextureRef(context));
|
| SkASSERT(inputTexture);
|
|
|
| - sk_sp<GrDrawContext> drawContext(context->newDrawContext(SkBackingFit::kApprox,
|
| + sk_sp<GrDrawContext> drawContext(context->newDrawContext(GrContext::kLoose_BackingFit,
|
| offsetBounds.width(),
|
| offsetBounds.height(),
|
| kRGBA_8888_GrPixelConfig));
|
|
|