| 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 0317ac1f72ed629488c17d62012d31ff0ac19612..de6479fdd0d544f65e91661dd71ffb11a43ce152 100644
 | 
| --- a/third_party/WebKit/Source/core/layout/LayoutView.h
 | 
| +++ b/third_party/WebKit/Source/core/layout/LayoutView.h
 | 
| @@ -239,6 +239,9 @@ class CORE_EXPORT LayoutView final : public LayoutBlockFlow {
 | 
|    // or PaintLayerScrollableArea handle the scroll.
 | 
|    ScrollResult scroll(ScrollGranularity, const FloatSize&) override;
 | 
|  
 | 
| +  // DisplayItemClient implementation.
 | 
| +  bool paintedOutputOfObjectHasNoEffectRegardlessOfSize() const override;
 | 
| +
 | 
|    LayoutRect debugRect() const override;
 | 
|  
 | 
|   private:
 | 
| @@ -269,8 +272,6 @@ class CORE_EXPORT LayoutView final : public LayoutBlockFlow {
 | 
|    int viewLogicalWidthForBoxSizing() const;
 | 
|    int viewLogicalHeightForBoxSizing() const;
 | 
|  
 | 
| -  bool paintedOutputOfObjectHasNoEffectRegardlessOfSize() const override;
 | 
| -
 | 
|    UntracedMember<FrameView> m_frameView;
 | 
|  
 | 
|    // The current selection represented as 2 boundaries.
 | 
| 
 |