| 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 6118e537b2914b907d838878f8d8fee483e95b11..1fa28e46108bcca746c63450415f05f0de1210d5 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);
|
| }
|
|
|