| Index: third_party/WebKit/Source/core/frame/FrameHost.h
|
| diff --git a/third_party/WebKit/Source/core/frame/FrameHost.h b/third_party/WebKit/Source/core/frame/FrameHost.h
|
| index 247e50055d49e75985f80b322907d7b9e426d773..b3685b9767b333ad181451b233531237e07449e9 100644
|
| --- a/third_party/WebKit/Source/core/frame/FrameHost.h
|
| +++ b/third_party/WebKit/Source/core/frame/FrameHost.h
|
| @@ -50,7 +50,6 @@ class OverscrollController;
|
| class Page;
|
| struct PageScaleConstraints;
|
| class PageScaleConstraintsSet;
|
| -class RootScroller;
|
| class Settings;
|
| class TopControls;
|
| class UseCounter;
|
| @@ -98,9 +97,6 @@ public:
|
| // use ChromeClient::screenInfo() instead.
|
| float deviceScaleFactorDeprecated() const;
|
|
|
| - RootScroller* rootScroller();
|
| - const RootScroller* rootScroller() const;
|
| -
|
| TopControls& topControls();
|
| const TopControls& topControls() const;
|
|
|
| @@ -143,7 +139,6 @@ private:
|
| explicit FrameHost(Page&);
|
|
|
| const Member<Page> m_page;
|
| - const Member<RootScroller> m_rootScroller;
|
| const Member<TopControls> m_topControls;
|
| const OwnPtr<PageScaleConstraintsSet> m_pageScaleConstraintsSet;
|
| const Member<VisualViewport> m_visualViewport;
|
|
|