| 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 eb9ea46053d7b423a02723cbb84179e77b680934..1d76d762230a151bbdda6098ae0481974330d94b 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutBox.h
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutBox.h
|
| @@ -983,6 +983,8 @@ protected:
|
| OwnPtr<OverflowModel> m_overflow;
|
|
|
| private:
|
| + LayoutRect frameRectForStickyPositioning() const final { return frameRect(); }
|
| +
|
| OwnPtr<LayoutBoxRareData> m_rareData;
|
| };
|
|
|
|
|