| 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 9682555fe2fea3f2f4528db794ed40bf79007b7f..fb4a8a674f827c12e6ff948f19c8a433ad3fc62e 100644
|
| --- a/third_party/WebKit/Source/core/frame/FrameHost.h
|
| +++ b/third_party/WebKit/Source/core/frame/FrameHost.h
|
| @@ -50,6 +50,7 @@ struct PageScaleConstraints;
|
| class PageScaleConstraintsSet;
|
| class Settings;
|
| class TopControls;
|
| +class TopDocumentRootScrollerController;
|
| class UseCounter;
|
| class Visitor;
|
| class VisualViewport;
|
| @@ -113,6 +114,8 @@ public:
|
| ConsoleMessageStorage& consoleMessageStorage();
|
| const ConsoleMessageStorage& consoleMessageStorage() const;
|
|
|
| + TopDocumentRootScrollerController& globalRootScrollerController() const;
|
| +
|
| DECLARE_TRACE();
|
|
|
| // Don't allow more than a certain number of frames in a page.
|
| @@ -137,6 +140,7 @@ private:
|
| const Member<OverscrollController> m_overscrollController;
|
| const Member<EventHandlerRegistry> m_eventHandlerRegistry;
|
| const Member<ConsoleMessageStorage> m_consoleMessageStorage;
|
| + const Member<TopDocumentRootScrollerController> m_globalRootScrollerController;
|
|
|
| AtomicString m_overrideEncoding;
|
| int m_subframeCount;
|
|
|