| Index: sky/engine/core/rendering/RenderText.h
|
| diff --git a/sky/engine/core/rendering/RenderText.h b/sky/engine/core/rendering/RenderText.h
|
| index d8a4ec6660d8b2a134bdf4866b3e49d7c658975d..f71921008b673c331d68fba2b5ee6905c0068049 100644
|
| --- a/sky/engine/core/rendering/RenderText.h
|
| +++ b/sky/engine/core/rendering/RenderText.h
|
| @@ -113,8 +113,6 @@ public:
|
| LayoutUnit marginLeft() const { return minimumValueForLength(style()->marginLeft(), 0); }
|
| LayoutUnit marginRight() const { return minimumValueForLength(style()->marginRight(), 0); }
|
|
|
| - virtual LayoutRect clippedOverflowRectForPaintInvalidation(const RenderLayerModelObject* paintInvalidationContainer, const PaintInvalidationState* = 0) const override final;
|
| -
|
| InlineTextBox* firstTextBox() const { return m_firstTextBox; }
|
| InlineTextBox* lastTextBox() const { return m_lastTextBox; }
|
|
|
|
|