Index: Source/core/rendering/RenderSelectionInfo.h |
diff --git a/Source/core/rendering/RenderSelectionInfo.h b/Source/core/rendering/RenderSelectionInfo.h |
index d3ec42d5720d0ebc5e20a465d71d1617840f706c..b5a1bad5fcb1df2b6ec90864397a5ddd6c1e23dd 100644 |
--- a/Source/core/rendering/RenderSelectionInfo.h |
+++ b/Source/core/rendering/RenderSelectionInfo.h |
@@ -68,7 +68,7 @@ public: |
void repaint() |
{ |
- m_object->repaintUsingContainer(m_repaintContainer, enclosingIntRect(m_rect)); |
+ m_object->repaintUsingContainer(m_repaintContainer, enclosingIntRect(m_rect), InvalidationSelection); |
} |
LayoutRect rect() const { return m_rect; } |
@@ -89,7 +89,7 @@ public: |
void repaint() |
{ |
- m_object->repaintUsingContainer(m_repaintContainer, enclosingIntRect(m_rects)); |
+ m_object->repaintUsingContainer(m_repaintContainer, enclosingIntRect(m_rects), InvalidationSelection); |
} |
RenderBlock* block() const { return toRenderBlock(m_object); } |