| Index: Source/core/rendering/RenderBox.h
|
| diff --git a/Source/core/rendering/RenderBox.h b/Source/core/rendering/RenderBox.h
|
| index 3c834aa590e328ed30a9e575ec9a9c2a7879168b..93e9fc5e96f36eece21133e0fd31c158f839050d 100644
|
| --- a/Source/core/rendering/RenderBox.h
|
| +++ b/Source/core/rendering/RenderBox.h
|
| @@ -662,6 +662,7 @@ protected:
|
|
|
| void updateIntrinsicContentLogicalHeight(LayoutUnit intrinsicContentLogicalHeight) const { m_intrinsicContentLogicalHeight = intrinsicContentLogicalHeight; }
|
|
|
| + virtual LayoutRect overflowRectForRepaint() const { return visualOverflowRect(); }
|
| private:
|
| void updateShapeOutsideInfoAfterStyleChange(const RenderStyle&, const RenderStyle* oldStyle);
|
| void updateGridPositionAfterStyleChange(const RenderStyle*);
|
|
|