| Index: third_party/WebKit/Source/platform/graphics/filters/SourceGraphic.cpp
|
| diff --git a/third_party/WebKit/Source/platform/graphics/filters/SourceGraphic.cpp b/third_party/WebKit/Source/platform/graphics/filters/SourceGraphic.cpp
|
| index 2a82a790d139d8ecc3692a67b484cc69b1ca762c..4e62406f2685e6eaf60ea4108849d7c8a2a8a922 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/filters/SourceGraphic.cpp
|
| +++ b/third_party/WebKit/Source/platform/graphics/filters/SourceGraphic.cpp
|
| @@ -26,7 +26,7 @@
|
| namespace blink {
|
|
|
| SourceGraphic::SourceGraphic(Filter* filter) : FilterEffect(filter) {
|
| - SetOperatingColorSpace(kColorSpaceDeviceRGB);
|
| + SetOperatingInterpolationSpace(kInterpolationSpaceSRGB);
|
| }
|
|
|
| SourceGraphic::~SourceGraphic() {}
|
|
|