Index: src/effects/SkAlphaThresholdFilter.cpp |
diff --git a/src/effects/SkAlphaThresholdFilter.cpp b/src/effects/SkAlphaThresholdFilter.cpp |
index cec45ba9114243cb9ba768ee9b7585226e216604..a4876c800899b98c436cd687e85adb1a6b7e2f34 100644 |
--- a/src/effects/SkAlphaThresholdFilter.cpp |
+++ b/src/effects/SkAlphaThresholdFilter.cpp |
@@ -102,7 +102,7 @@ sk_sp<GrTexture> SkAlphaThresholdFilterImpl::createMaskTexture(GrContext* contex |
config = kRGBA_8888_GrPixelConfig; |
} |
- sk_sp<GrDrawContext> drawContext(context->newDrawContext(GrContext::kLoose_BackingFit, |
+ sk_sp<GrDrawContext> drawContext(context->newDrawContext(SkBackingFit::kApprox, |
bounds.width(), bounds.height(), |
config)); |
if (!drawContext) { |