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