| 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 048bb13e2023cefcb279a519f7f53ff101663361..29841ced436a2bc4f91c1cc956ff3de5e7cf33f4 100644
|
| --- a/third_party/WebKit/Source/core/dom/Document.h
|
| +++ b/third_party/WebKit/Source/core/dom/Document.h
|
| @@ -1085,7 +1085,7 @@ public:
|
|
|
| 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.
|
|
|