| Index: src/effects/SkAlphaThresholdFilter.cpp
|
| diff --git a/src/effects/SkAlphaThresholdFilter.cpp b/src/effects/SkAlphaThresholdFilter.cpp
|
| index b4848923ea07e82a263a31a3daa4cab99692ec5c..67ede53b4339cb5dad7a15868166c37f08085edd 100644
|
| --- a/src/effects/SkAlphaThresholdFilter.cpp
|
| +++ b/src/effects/SkAlphaThresholdFilter.cpp
|
| @@ -180,7 +180,7 @@ sk_sp<SkSpecialImage> SkAlphaThresholdFilterImpl::onFilterImage(SkSpecialImage*
|
| return nullptr;
|
| }
|
|
|
| - return DrawWithFP(context, std::move(fp), bounds);
|
| + return DrawWithFP(context, std::move(fp), bounds, sk_ref_sp(input->getColorSpace()));
|
| }
|
| #endif
|
|
|
|
|