| Index: third_party/WebKit/Source/core/paint/FilterPainter.cpp
|
| diff --git a/third_party/WebKit/Source/core/paint/FilterPainter.cpp b/third_party/WebKit/Source/core/paint/FilterPainter.cpp
|
| index 7ff27da3645caf08d06f9be768f953defcc6ab98..8a4ddc08f6300e34d952e5c645cc86392483638a 100644
|
| --- a/third_party/WebKit/Source/core/paint/FilterPainter.cpp
|
| +++ b/third_party/WebKit/Source/core/paint/FilterPainter.cpp
|
| @@ -40,7 +40,7 @@ FilterPainter::FilterPainter(PaintLayer& layer,
|
| return;
|
|
|
| sk_sp<SkImageFilter> image_filter =
|
| - SkiaImageFilterBuilder::Build(last_effect, kColorSpaceDeviceRGB);
|
| + SkiaImageFilterBuilder::Build(last_effect, kInterpolationSpaceSRGB);
|
| if (!image_filter)
|
| return;
|
|
|
|
|