| 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 afbeeaf51847565c76a56cc089b8258473ac9ea0..0329031b751b48af6053ff71964fbebf0cc793f7 100644
 | 
| --- a/third_party/WebKit/Source/core/layout/LayoutView.h
 | 
| +++ b/third_party/WebKit/Source/core/layout/LayoutView.h
 | 
| @@ -116,6 +116,8 @@ class CORE_EXPORT LayoutView final : public LayoutBlockFlow {
 | 
|  
 | 
|    FrameView* GetFrameView() const { return frame_view_; }
 | 
|  
 | 
| +  void UpdateAfterLayout() override;
 | 
| +
 | 
|    // See comments for the equivalent method on LayoutObject.
 | 
|    bool MapToVisualRectInAncestorSpace(const LayoutBoxModelObject* ancestor,
 | 
|                                        LayoutRect&,
 | 
| 
 |