| Index: Source/core/platform/graphics/filters/SourceGraphic.cpp
|
| diff --git a/Source/core/platform/graphics/filters/SourceGraphic.cpp b/Source/core/platform/graphics/filters/SourceGraphic.cpp
|
| index 949a8bb43ccb31db78a1e38a12e622b8c482c078..8c22fd95dca910475c1bb538c6d9c90edd354091 100644
|
| --- a/Source/core/platform/graphics/filters/SourceGraphic.cpp
|
| +++ b/Source/core/platform/graphics/filters/SourceGraphic.cpp
|
| @@ -57,7 +57,7 @@ void SourceGraphic::applySoftware()
|
| if (!resultImage || !filter->sourceImage())
|
| return;
|
|
|
| - resultImage->context()->drawImageBuffer(filter->sourceImage(), ColorSpaceDeviceRGB, IntPoint());
|
| + resultImage->context()->drawImageBuffer(filter->sourceImage(), IntPoint());
|
| }
|
|
|
| TextStream& SourceGraphic::externalRepresentation(TextStream& ts, int indent) const
|
|
|