| Index: third_party/WebKit/Source/core/frame/RootFrameViewport.cpp
|
| diff --git a/third_party/WebKit/Source/core/frame/RootFrameViewport.cpp b/third_party/WebKit/Source/core/frame/RootFrameViewport.cpp
|
| index 6d55527a19e80c8cad45740a59aa5fcc24052bb3..236f764fcf590df77164312f31dbf02805c6c1a1 100644
|
| --- a/third_party/WebKit/Source/core/frame/RootFrameViewport.cpp
|
| +++ b/third_party/WebKit/Source/core/frame/RootFrameViewport.cpp
|
| @@ -449,10 +449,6 @@ void RootFrameViewport::CancelProgrammaticScrollAnimation() {
|
| VisualViewport().CancelProgrammaticScrollAnimation();
|
| }
|
|
|
| -FrameViewBase* RootFrameViewport::GetFrameViewBase() {
|
| - return VisualViewport().GetFrameViewBase();
|
| -}
|
| -
|
| void RootFrameViewport::ClearScrollableArea() {
|
| ScrollableArea::ClearScrollableArea();
|
| LayoutViewport().ClearScrollableArea();
|
|
|