| Index: third_party/WebKit/Source/core/paint/SVGFilterPainter.cpp
|
| diff --git a/third_party/WebKit/Source/core/paint/SVGFilterPainter.cpp b/third_party/WebKit/Source/core/paint/SVGFilterPainter.cpp
|
| index 6d6bf86af8f9553c03dd258443305dcdab435619..262338da28fcb1b3d14945ba19effcea36607bd9 100644
|
| --- a/third_party/WebKit/Source/core/paint/SVGFilterPainter.cpp
|
| +++ b/third_party/WebKit/Source/core/paint/SVGFilterPainter.cpp
|
| @@ -64,7 +64,7 @@ static void PaintFilteredContent(GraphicsContext& context,
|
| LayoutObjectDrawingRecorder recorder(context, object, DisplayItem::kSVGFilter,
|
| bounds);
|
| sk_sp<SkImageFilter> image_filter =
|
| - SkiaImageFilterBuilder::Build(effect, kColorSpaceDeviceRGB);
|
| + SkiaImageFilterBuilder::Build(effect, kInterpolationSpaceSRGB);
|
| context.Save();
|
|
|
| // Clip drawing of filtered image to the minimum required paint rect.
|
|
|