| 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 514505325cccd431b91a3e070567aa9ec45830ad..5dbb4ed889c3e2d099e46db46392cfe1987c0579 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&,
|
|
|