| Index: Source/core/svg/graphics/filters/SVGFEImage.cpp
|
| diff --git a/Source/core/svg/graphics/filters/SVGFEImage.cpp b/Source/core/svg/graphics/filters/SVGFEImage.cpp
|
| index c31473dab1a69aba39c44103848eb4eb90574272..c99c51d76ffe1e543936678baa4d2dfcd873d383 100644
|
| --- a/Source/core/svg/graphics/filters/SVGFEImage.cpp
|
| +++ b/Source/core/svg/graphics/filters/SVGFEImage.cpp
|
| @@ -139,7 +139,7 @@ void FEImage::applySoftware()
|
| return;
|
| }
|
|
|
| - resultImage->context()->drawImage(m_image.get(), ColorSpaceDeviceRGB, destRect, srcRect);
|
| + resultImage->context()->drawImage(m_image.get(), destRect, srcRect);
|
| }
|
|
|
| TextStream& FEImage::externalRepresentation(TextStream& ts, int indent) const
|
|
|