| Index: Source/core/platform/graphics/filters/FEConvolveMatrix.cpp
|
| diff --git a/Source/core/platform/graphics/filters/FEConvolveMatrix.cpp b/Source/core/platform/graphics/filters/FEConvolveMatrix.cpp
|
| index 2bebb7f63f50f3269a10a1c1cc6ead438db812b7..5c5882c0319525b46599175c87dc7fbdd457ded3 100644
|
| --- a/Source/core/platform/graphics/filters/FEConvolveMatrix.cpp
|
| +++ b/Source/core/platform/graphics/filters/FEConvolveMatrix.cpp
|
| @@ -518,7 +518,7 @@ namespace WebCore {
|
|
|
| SkImageFilter* FEConvolveMatrix::createImageFilter(SkiaImageFilterBuilder* builder)
|
| {
|
| - SkAutoTUnref<SkImageFilter> input(builder->build(inputEffect(0)));
|
| + SkAutoTUnref<SkImageFilter> input(builder->build(inputEffect(0), operatingColorSpace()));
|
|
|
| SkISize kernelSize(SkISize::Make(m_kernelSize.width(), m_kernelSize.height()));
|
| int numElements = kernelSize.width() * kernelSize.height();
|
|
|