| Index: Source/core/platform/graphics/filters/FEColorMatrix.cpp
|
| diff --git a/Source/core/platform/graphics/filters/FEColorMatrix.cpp b/Source/core/platform/graphics/filters/FEColorMatrix.cpp
|
| index 5cb6919c8049f51ef6495fbfae1bcef0457d7a2e..3abca595b785f63e3664f8882e58d2d492b56729 100644
|
| --- a/Source/core/platform/graphics/filters/FEColorMatrix.cpp
|
| +++ b/Source/core/platform/graphics/filters/FEColorMatrix.cpp
|
| @@ -283,7 +283,7 @@ bool FEColorMatrix::applySkia()
|
|
|
| SkImageFilter* FEColorMatrix::createImageFilter(SkiaImageFilterBuilder* builder)
|
| {
|
| - SkAutoTUnref<SkImageFilter> input(builder->build(inputEffect(0)));
|
| + SkAutoTUnref<SkImageFilter> input(builder->build(inputEffect(0), operatingColorSpace()));
|
| SkAutoTUnref<SkColorFilter> filter(createColorFilter(m_type, m_values.data()));
|
| return SkColorFilterImageFilter::Create(filter, input);
|
| }
|
|
|