| Index: third_party/WebKit/Source/core/layout/LayoutView.h
|
| diff --git a/third_party/WebKit/Source/core/layout/LayoutView.h b/third_party/WebKit/Source/core/layout/LayoutView.h
|
| index 0329031b751b48af6053ff71964fbebf0cc793f7..79d1a995688658c0becc53cc7476d4ffb8b26723 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutView.h
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutView.h
|
| @@ -162,6 +162,9 @@ class CORE_EXPORT LayoutView final : public LayoutBlockFlow {
|
| OverlayScrollbarClipBehavior =
|
| kIgnorePlatformOverlayScrollbarSize) const override;
|
|
|
| + void CalculateScrollbarModes(ScrollbarMode& h_mode,
|
| + ScrollbarMode& v_mode) const;
|
| +
|
| LayoutState* GetLayoutState() const { return layout_state_; }
|
|
|
| void UpdateHitTestResult(HitTestResult&, const LayoutPoint&) override;
|
|
|