Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(550)

Unified Diff: third_party/WebKit/Source/core/input/ScrollManager.h

Issue 2730313002: Remove FrameHost::overscrollController() methods (Closed)
Patch Set: Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 51fbc7b855cec6e37b0f8ad1bf310870fcea2955..2e7482bc324b50c6e80673e1a761613110c36d66 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;

Powered by Google App Engine
This is Rietveld 408576698