| 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 c2adf6110a9c3981d463ee89f68156f26511991b..d2036212776b80ba815be622db659abfe9d30354 100644 | 
| --- a/third_party/WebKit/Source/core/layout/LayoutView.h | 
| +++ b/third_party/WebKit/Source/core/layout/LayoutView.h | 
| @@ -265,6 +265,8 @@ | 
| int viewLogicalWidthForBoxSizing() const; | 
| int viewLogicalHeightForBoxSizing() const; | 
|  | 
| +  bool paintedOutputOfObjectHasNoEffectRegardlessOfSize() const override; | 
| + | 
| UntracedMember<FrameView> m_frameView; | 
|  | 
| // The current selection represented as 2 boundaries. | 
|  |