Index: third_party/WebKit/Source/core/frame/FrameView.h |
diff --git a/third_party/WebKit/Source/core/frame/FrameView.h b/third_party/WebKit/Source/core/frame/FrameView.h |
index fba3907f684131b3dfda7eb454f571bef5593ffa..41630758194575c567c12ae2d011613f0b81a445 100644 |
--- a/third_party/WebKit/Source/core/frame/FrameView.h |
+++ b/third_party/WebKit/Source/core/frame/FrameView.h |
@@ -815,6 +815,8 @@ class CORE_EXPORT FrameView final |
void updateScrollOffset(const ScrollOffset&, ScrollType) override; |
+ void updateScrollbarEnabledState(); |
+ |
void updateLifecyclePhasesInternal( |
DocumentLifecycle::LifecycleState targetState); |