| Index: third_party/WebKit/Source/core/dom/Document.cpp
|
| diff --git a/third_party/WebKit/Source/core/dom/Document.cpp b/third_party/WebKit/Source/core/dom/Document.cpp
|
| index 179c42293ac068b106321168aaac0d7ce5566771..12bef22661dd5310ae63f245c69af9b127c0e543 100644
|
| --- a/third_party/WebKit/Source/core/dom/Document.cpp
|
| +++ b/third_party/WebKit/Source/core/dom/Document.cpp
|
| @@ -601,11 +601,6 @@ Element* Document::rootScroller() const
|
| return m_rootScrollerController->get();
|
| }
|
|
|
| -const Element* Document::effectiveRootScroller() const
|
| -{
|
| - return m_rootScrollerController->effectiveRootScroller();
|
| -}
|
| -
|
| bool Document::isViewportScrollCallback(const ScrollStateCallback* callback)
|
| {
|
| if (!callback)
|
|
|