Index: third_party/WebKit/Source/core/dom/Document.h |
diff --git a/third_party/WebKit/Source/core/dom/Document.h b/third_party/WebKit/Source/core/dom/Document.h |
index e0bc02501209a4c821a6e1888d8d31a3a77a1966..bcfecafc6cfa93844fc235f438e51ae09784290b 100644 |
--- a/third_party/WebKit/Source/core/dom/Document.h |
+++ b/third_party/WebKit/Source/core/dom/Document.h |
@@ -1087,7 +1087,7 @@ public: |
void initializeRootScroller(ViewportScrollCallback*); |
Element* rootScroller() const; |
void setRootScroller(Element*, ExceptionState&); |
- const Element* effectiveRootScroller() const; |
+ RootScrollerController* rootScrollerController() const { return m_rootScrollerController.get(); } |
// TODO(bokan): Temporarily added to allow ScrollCustomization to properly |
// opt out for wheel scrolls. crbug.com/623079. |