| Index: Source/core/platform/graphics/chromium/TransparencyWin.cpp
|
| diff --git a/Source/core/platform/graphics/chromium/TransparencyWin.cpp b/Source/core/platform/graphics/chromium/TransparencyWin.cpp
|
| index d20df1459016dffa6ac84b6a7a49e178274eb5e4..03dc91b4674602039e20d28751da888315691dc0 100644
|
| --- a/Source/core/platform/graphics/chromium/TransparencyWin.cpp
|
| +++ b/Source/core/platform/graphics/chromium/TransparencyWin.cpp
|
| @@ -277,7 +277,7 @@ void TransparencyWin::setupLayerForWhiteLayer()
|
| if (!m_validLayer)
|
| return;
|
|
|
| - m_drawContext->fillRect(IntRect(IntPoint(0, 0), m_layerSize), Color::white, ColorSpaceDeviceRGB);
|
| + m_drawContext->fillRect(IntRect(IntPoint(0, 0), m_layerSize), Color::white);
|
| // Layer rect represents the part of the original layer.
|
| }
|
|
|
|
|