Index: Source/core/rendering/RenderText.h |
diff --git a/Source/core/rendering/RenderText.h b/Source/core/rendering/RenderText.h |
index 1f3de61ca1834ebc4b7472470aa38e86075f80b3..bbc619ec3156456e66627cb2e09f7965b303ecb3 100644 |
--- a/Source/core/rendering/RenderText.h |
+++ b/Source/core/rendering/RenderText.h |
@@ -118,7 +118,7 @@ public: |
LayoutUnit marginLeft() const { return minimumValueForLength(style()->marginLeft(), 0); } |
LayoutUnit marginRight() const { return minimumValueForLength(style()->marginRight(), 0); } |
- virtual LayoutRect clippedOverflowRectForPaintInvalidation(const RenderLayerModelObject* paintInvalidationContainer) const OVERRIDE FINAL; |
+ virtual LayoutRect clippedOverflowRectForPaintInvalidation(const RenderLayerModelObject* paintInvalidationContainer, const InvalidationTreeWalkState* = 0) const OVERRIDE FINAL; |
InlineTextBox* firstTextBox() const { return m_firstTextBox; } |
InlineTextBox* lastTextBox() const { return m_lastTextBox; } |