Chromium Code Reviews| Index: third_party/WebKit/Source/core/layout/LayoutBox.h |
| diff --git a/third_party/WebKit/Source/core/layout/LayoutBox.h b/third_party/WebKit/Source/core/layout/LayoutBox.h |
| index cf5abcff018ad9d251c5cb210886d9acb5017bcf..c39c98e8650511b17e115cea99382473c505406b 100644 |
| --- a/third_party/WebKit/Source/core/layout/LayoutBox.h |
| +++ b/third_party/WebKit/Source/core/layout/LayoutBox.h |
| @@ -865,6 +865,8 @@ protected: |
| OwnPtr<OverflowModel> m_overflow; |
| private: |
| + LayoutRect frameRectForStickyPositioning() const override final { return frameRect(); } |
|
chrishtr
2015/10/06 17:08:33
final implies override
flackr
2015/10/07 20:38:12
Done.
|
| + |
| OwnPtr<LayoutBoxRareData> m_rareData; |
| }; |