| Index: Source/core/platform/graphics/chromium/IconChromium.cpp
|
| diff --git a/Source/core/platform/graphics/chromium/IconChromium.cpp b/Source/core/platform/graphics/chromium/IconChromium.cpp
|
| index 1d3557346f2a2ff072a6e224e3e6296a2a0d5dd1..cadfd52d6001b2caac8b217450af50400e6df0be 100644
|
| --- a/Source/core/platform/graphics/chromium/IconChromium.cpp
|
| +++ b/Source/core/platform/graphics/chromium/IconChromium.cpp
|
| @@ -47,12 +47,7 @@ Icon::~Icon()
|
|
|
| void Icon::paint(GraphicsContext* context, const IntRect& rect)
|
| {
|
| - if (context->paintingDisabled())
|
| - return;
|
| -
|
| - // An Icon doesn't know the color space of the file upload control.
|
| - // So use ColorSpaceDeviceRGB.
|
| - context->drawImage(m_icon.get(), ColorSpaceDeviceRGB, rect);
|
| + context->drawImage(m_icon.get(), rect);
|
| }
|
|
|
| } // namespace WebCore
|
|
|