Chromium Code Reviews| Index: Source/core/layout/LayoutBox.h |
| diff --git a/Source/core/layout/LayoutBox.h b/Source/core/layout/LayoutBox.h |
| index 43fb401350551749348b2684e6280b71372b032b..0ca3d2aaebf9d92508fb3d18ec959364aebadc85 100644 |
| --- a/Source/core/layout/LayoutBox.h |
| +++ b/Source/core/layout/LayoutBox.h |
| @@ -865,6 +865,8 @@ protected: |
| OwnPtr<OverflowModel> m_overflow; |
| private: |
| + LayoutRect frameRectForStickyPositioning() const override final { return frameRect(); } |
| + |
| OwnPtr<LayoutBoxRareData> m_rareData; |
| }; |