Index: third_party/WebKit/Source/core/frame/RootFrameViewport.h |
diff --git a/third_party/WebKit/Source/core/frame/RootFrameViewport.h b/third_party/WebKit/Source/core/frame/RootFrameViewport.h |
index 40c01cc11cbf5e01e480309a0c04c405a4bd9e98..6a647aa4e9a84c28fa2e9c1f23f7a47aee661391 100644 |
--- a/third_party/WebKit/Source/core/frame/RootFrameViewport.h |
+++ b/third_party/WebKit/Source/core/frame/RootFrameViewport.h |
@@ -74,7 +74,7 @@ class CORE_EXPORT RootFrameViewport final |
int scrollSize(ScrollbarOrientation) const override; |
bool isScrollCornerVisible() const override; |
IntRect scrollCornerRect() const override; |
- void setScrollOffset(const DoublePoint&, ScrollType) override; |
+ void updateScrollPosition(const DoublePoint&, ScrollType) override; |
IntPoint scrollPosition() const override; |
DoublePoint scrollPositionDouble() const override; |
IntPoint minimumScrollPosition() const override; |