| Index: third_party/WebKit/Source/core/input/ScrollManager.h
|
| diff --git a/third_party/WebKit/Source/core/input/ScrollManager.h b/third_party/WebKit/Source/core/input/ScrollManager.h
|
| index e75cacd6e36e04e34425b79d7123231a1a87609f..34cb0a22e7516e5bd13c7d778b2d4c1a0dbd7bbd 100644
|
| --- a/third_party/WebKit/Source/core/input/ScrollManager.h
|
| +++ b/third_party/WebKit/Source/core/input/ScrollManager.h
|
| @@ -18,12 +18,12 @@
|
| namespace blink {
|
|
|
| class AutoscrollController;
|
| -class FrameHost;
|
| class LayoutBox;
|
| class LayoutObject;
|
| class LocalFrame;
|
| class PaintLayer;
|
| class PaintLayerScrollableArea;
|
| +class Page;
|
| class Scrollbar;
|
| class ScrollState;
|
| class WebGestureEvent;
|
| @@ -102,7 +102,7 @@ class CORE_EXPORT ScrollManager
|
|
|
| void customizedScroll(const Node& startNode, ScrollState&);
|
|
|
| - FrameHost* frameHost() const;
|
| + Page* page() const;
|
|
|
| bool isViewportScrollingElement(const Element&) const;
|
|
|
|
|