Index: src/effects/SkAlphaThresholdFilter.cpp |
diff --git a/src/effects/SkAlphaThresholdFilter.cpp b/src/effects/SkAlphaThresholdFilter.cpp |
index 832fcb39e7636b75f733ec20969b3ac4d1941cea..a5484300e1b500357e2a53c9a885fef20a7949fc 100644 |
--- a/src/effects/SkAlphaThresholdFilter.cpp |
+++ b/src/effects/SkAlphaThresholdFilter.cpp |
@@ -412,7 +412,7 @@ sk_sp<SkSpecialImage> SkAlphaThresholdFilterImpl::onFilterImage(SkSpecialImage* |
} |
SkImageInfo info = SkImageInfo::MakeN32(bounds.width(), bounds.height(), |
- inputBM.alphaType()); |
+ kPremul_SkAlphaType); |
SkBitmap dst; |
if (!dst.tryAllocPixels(info)) { |