Index: Source/WebCore/rendering/RenderView.h |
=================================================================== |
--- Source/WebCore/rendering/RenderView.h (revision 139576) |
+++ Source/WebCore/rendering/RenderView.h (working copy) |
@@ -95,6 +95,7 @@ |
RenderObject* selectionEnd() const { return m_selectionEnd; } |
IntRect selectionBounds(bool clipToVisibleContent = true) const; |
void selectionStartEnd(int& startPos, int& endPos) const; |
+ void repaintSelection() const; |
bool printing() const; |