| Index: third_party/WebKit/Source/core/page/scrolling/TopDocumentRootScrollerController.h
|
| diff --git a/third_party/WebKit/Source/core/page/scrolling/TopDocumentRootScrollerController.h b/third_party/WebKit/Source/core/page/scrolling/TopDocumentRootScrollerController.h
|
| index 31e4428462c2e4cd1f0443201ff34dd8f7df0d6b..750eae621fbe2a1cee54163c71f9e59ab0d1c96e 100644
|
| --- a/third_party/WebKit/Source/core/page/scrolling/TopDocumentRootScrollerController.h
|
| +++ b/third_party/WebKit/Source/core/page/scrolling/TopDocumentRootScrollerController.h
|
| @@ -56,6 +56,8 @@ class CORE_EXPORT TopDocumentRootScrollerController
|
| // Called when the root scroller in any frames on the page has changed.
|
| void didChangeRootScroller();
|
|
|
| + void mainFrameViewResized();
|
| +
|
| private:
|
| TopDocumentRootScrollerController(FrameHost&);
|
|
|
|
|