| Index: src/effects/SkMatrixConvolutionImageFilter.cpp
|
| diff --git a/src/effects/SkMatrixConvolutionImageFilter.cpp b/src/effects/SkMatrixConvolutionImageFilter.cpp
|
| index 67d155b06bda8ce829a6ed50ce0f085be922c3f3..5e5f20ba8ff4200fe1d4a85b53089e6ae6fdffe7 100644
|
| --- a/src/effects/SkMatrixConvolutionImageFilter.cpp
|
| +++ b/src/effects/SkMatrixConvolutionImageFilter.cpp
|
| @@ -328,7 +328,7 @@ sk_sp<SkSpecialImage> SkMatrixConvolutionImageFilter::onFilterImage(SkSpecialIma
|
| return nullptr;
|
| }
|
|
|
| - return DrawWithFP(context, std::move(fp), bounds);
|
| + return DrawWithFP(context, std::move(fp), bounds, sk_ref_sp(input->getColorSpace()));
|
| }
|
| #endif
|
|
|
|
|