| Index: third_party/WebKit/Source/core/frame/FrameView.h
|
| diff --git a/third_party/WebKit/Source/core/frame/FrameView.h b/third_party/WebKit/Source/core/frame/FrameView.h
|
| index 71129095a51c18ab779ebb9cffe3d8a2cfa0da8a..4d596f7c5e8dad2d0081cce8f5a749189809abb3 100644
|
| --- a/third_party/WebKit/Source/core/frame/FrameView.h
|
| +++ b/third_party/WebKit/Source/core/frame/FrameView.h
|
| @@ -498,7 +498,6 @@ class CORE_EXPORT FrameView final
|
| void SetSelfVisible(bool v) { self_visible_ = v; }
|
| void SetParent(FrameViewBase*) override;
|
| FrameViewBase* Parent() const override { return parent_; }
|
| - FrameView* Root() const;
|
| void RemoveChild(FrameViewBase*);
|
| void AddChild(FrameViewBase*);
|
| const ChildrenSet* Children() const { return &children_; }
|
|
|