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