| 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 e9e51ff26ed9918c1f4388b40b81206f29d880e9..5ca9bb049681183944b158f35389eb7f47b7f368 100644
 | 
| --- a/third_party/WebKit/Source/core/frame/FrameView.h
 | 
| +++ b/third_party/WebKit/Source/core/frame/FrameView.h
 | 
| @@ -814,6 +814,8 @@ class CORE_EXPORT FrameView final
 | 
|  
 | 
|    void updateScrollOffset(const ScrollOffset&, ScrollType) override;
 | 
|  
 | 
| +  void updateScrollbarEnabledState();
 | 
| +
 | 
|    void updateLifecyclePhasesInternal(
 | 
|        DocumentLifecycle::LifecycleState targetState);
 | 
|  
 | 
| 
 |