Index: third_party/WebKit/Source/core/page/scrolling/RootScrollerController.h |
diff --git a/third_party/WebKit/Source/core/page/scrolling/RootScrollerController.h b/third_party/WebKit/Source/core/page/scrolling/RootScrollerController.h |
index b42428a55f420b53fde6b5d51ce6e44532789db4..8519dbf61d7d466e0fdb41e72ce70a8fd52bbbb6 100644 |
--- a/third_party/WebKit/Source/core/page/scrolling/RootScrollerController.h |
+++ b/third_party/WebKit/Source/core/page/scrolling/RootScrollerController.h |
@@ -12,8 +12,6 @@ namespace blink { |
class Document; |
class Element; |
-class OverscrollController; |
-class TopControls; |
class ViewportScrollCallback; |
// Manages the root scroller associated with a given document. The root scroller |
@@ -49,13 +47,6 @@ public: |
return new RootScrollerController(document, applyScrollCallback); |
} |
- // Creates an apply scroll callback that handles viewport actions like |
- // TopControls movement and Overscroll. The TopControls and |
- // OverscrollController are given to the ViewportScrollCallback but are not |
- // owned or kept alive by it. |
- static ViewportScrollCallback* createViewportApplyScroll( |
- TopControls*, OverscrollController*); |
- |
DECLARE_TRACE(); |
// Sets the element that will be used as the root scroller. This can be |