Index: Source/core/rendering/RenderText.h |
diff --git a/Source/core/rendering/RenderText.h b/Source/core/rendering/RenderText.h |
index 2776be5cf50da4a1e0e04cfc566ea7d56a05f55d..ef96eb3b1e361cdb7036571b05628c643be0a969 100644 |
--- a/Source/core/rendering/RenderText.h |
+++ b/Source/core/rendering/RenderText.h |
@@ -113,7 +113,7 @@ public: |
virtual bool canBeSelectionLeaf() const OVERRIDE { return true; } |
virtual void setSelectionState(SelectionState s) OVERRIDE FINAL; |
- virtual LayoutRect selectionRectForPaintInvalidation(const RenderLayerModelObject* paintInvalidationContainer, bool clipToVisibleContent = true) const OVERRIDE; |
+ virtual LayoutRect selectionRectForPaintInvalidation(const RenderLayerModelObject* paintInvalidationContainer) const OVERRIDE; |
virtual LayoutRect localCaretRect(InlineBox*, int caretOffset, LayoutUnit* extraWidthToEndOfLine = 0) OVERRIDE; |
LayoutUnit marginLeft() const { return minimumValueForLength(style()->marginLeft(), 0); } |