| Index: Source/core/frame/FrameView.h
|
| diff --git a/Source/core/frame/FrameView.h b/Source/core/frame/FrameView.h
|
| index 5dabe604727d9a5cea1a1dab025a9ecc34be92c7..81b58b62ee1b3210854c179280942d9999bc6202 100644
|
| --- a/Source/core/frame/FrameView.h
|
| +++ b/Source/core/frame/FrameView.h
|
| @@ -336,6 +336,7 @@ public:
|
| // commit scroll offsets before a WebView::resize occurs, we need to adjust
|
| // our scroll extents to prevent clamping the scroll offsets.
|
| void setTopControlsViewportAdjustment(float);
|
| + IntSize topControlsSize() const { return IntSize(0, roundf(m_topControlsViewportAdjustment)); }
|
|
|
| IntPoint maximumScrollPosition() const override;
|
|
|
|
|