Index: Source/core/paint/ReplacedPainter.cpp |
diff --git a/Source/core/paint/ReplacedPainter.cpp b/Source/core/paint/ReplacedPainter.cpp |
index 6571e9cbda2b0db4bfa1ebb9a49069ce9781a8ad..e1daa69461fb832060224dbc2963653146ed3952 100644 |
--- a/Source/core/paint/ReplacedPainter.cpp |
+++ b/Source/core/paint/ReplacedPainter.cpp |
@@ -94,7 +94,7 @@ void ReplacedPainter::paint(const PaintInfo& paintInfo, const LayoutPoint& paint |
selectionPaintingRect.moveBy(adjustedPaintOffset); |
IntRect selectionPaintingIntRect = pixelSnappedIntRect(selectionPaintingRect); |
- LayoutObjectDrawingRecorder drawingRecorder(*paintInfo.context, m_layoutReplaced, DisplayItem::SelectionTint, selectionPaintingIntRect); |
+ LayoutObjectDrawingRecorder drawingRecorder(*paintInfo.context, m_layoutReplaced, DisplayItem::SelectionTint, LayoutRect(selectionPaintingIntRect)); |
jbroman
2015/08/26 21:45:08
ditto
chrishtr
2015/08/26 22:32:21
Done.
|
paintInfo.context->fillRect(selectionPaintingIntRect, m_layoutReplaced.selectionBackgroundColor()); |
} |
} |