| Index: third_party/WebKit/Source/core/paint/PaintLayerScrollableArea.h
 | 
| diff --git a/third_party/WebKit/Source/core/paint/PaintLayerScrollableArea.h b/third_party/WebKit/Source/core/paint/PaintLayerScrollableArea.h
 | 
| index 74f24dc224132f901220219d3fb7d03859f49a7a..7ffeb5581690d11668b7d6c8ceda98b28cb6f839 100644
 | 
| --- a/third_party/WebKit/Source/core/paint/PaintLayerScrollableArea.h
 | 
| +++ b/third_party/WebKit/Source/core/paint/PaintLayerScrollableArea.h
 | 
| @@ -511,8 +511,6 @@ class CORE_EXPORT PaintLayerScrollableArea final
 | 
|  
 | 
|    bool HasHorizontalOverflow() const;
 | 
|    bool HasVerticalOverflow() const;
 | 
| -  bool HasScrollableHorizontalOverflow() const;
 | 
| -  bool HasScrollableVerticalOverflow() const;
 | 
|    bool VisualViewportSuppliesScrollbars() const;
 | 
|  
 | 
|    bool NeedsScrollbarReconstruction() const;
 | 
| @@ -544,7 +542,7 @@ class CORE_EXPORT PaintLayerScrollableArea final
 | 
|    void UpdateResizerAreaSet();
 | 
|    void UpdateResizerStyle();
 | 
|  
 | 
| -  void UpdateScrollableAreaSet(bool has_overflow);
 | 
| +  void UpdateScrollableAreaSet();
 | 
|  
 | 
|    void UpdateCompositingLayersAfterScroll();
 | 
|  
 | 
| 
 |