Index: src/effects/SkAlphaThresholdFilter.cpp |
diff --git a/src/effects/SkAlphaThresholdFilter.cpp b/src/effects/SkAlphaThresholdFilter.cpp |
index 205e9a9516058f946279ea35b486b352f0bcd7e5..6fcd2b4351e238b51ffc5588f58ad79a5c38c163 100644 |
--- a/src/effects/SkAlphaThresholdFilter.cpp |
+++ b/src/effects/SkAlphaThresholdFilter.cpp |
@@ -323,8 +323,7 @@ bool SkAlphaThresholdFilterImpl::onFilterImage(Proxy*, const SkBitmap& src, |
return false; |
} |
- dst->setConfig(src.config(), src.width(), src.height()); |
- if (!dst->allocPixels()) { |
+ if (!dst->allocPixels(src.info())) { |
return false; |
} |