| Index: Source/core/layout/LayoutInline.h
|
| diff --git a/Source/core/layout/LayoutInline.h b/Source/core/layout/LayoutInline.h
|
| index cdee488d95d2f3d220047887204236ce7d7d168e..81492e40ba18a1851b358605d6282159d6c71f19 100644
|
| --- a/Source/core/layout/LayoutInline.h
|
| +++ b/Source/core/layout/LayoutInline.h
|
| @@ -166,6 +166,8 @@ private:
|
|
|
| PositionWithAffinity positionForPoint(const LayoutPoint&) final;
|
|
|
| + LayoutRect frameRectForStickyPositioning() const override final { return LayoutRect(linesBoundingBox()); }
|
| +
|
| IntRect borderBoundingBox() const final
|
| {
|
| IntRect boundingBox = linesBoundingBox();
|
|
|