| Index: Source/core/rendering/RenderWidget.cpp
|
| diff --git a/Source/core/rendering/RenderWidget.cpp b/Source/core/rendering/RenderWidget.cpp
|
| index b920b8e1588e811e73c5ecd3dfcd7c9c3970e316..2d76543b739a523c3c0cdd9ba7949c036df664f9 100644
|
| --- a/Source/core/rendering/RenderWidget.cpp
|
| +++ b/Source/core/rendering/RenderWidget.cpp
|
| @@ -304,7 +304,7 @@ void RenderWidget::paint(PaintInfo& paintInfo, const LayoutPoint& paintOffset)
|
| // Paint a partially transparent wash over selected widgets.
|
| if (isSelected() && !document()->printing()) {
|
| // FIXME: selectionRect() is in absolute, not painting coordinates.
|
| - paintInfo.context->fillRect(pixelSnappedIntRect(selectionRect()), selectionBackgroundColor(), style()->colorSpace());
|
| + paintInfo.context->fillRect(pixelSnappedIntRect(selectionRect()), selectionBackgroundColor());
|
| }
|
|
|
| if (hasLayer() && layer()->canResize())
|
|
|