Index: third_party/WebKit/Source/core/frame/FrameView.h |
diff --git a/third_party/WebKit/Source/core/frame/FrameView.h b/third_party/WebKit/Source/core/frame/FrameView.h |
index 13328cf5ca368b3e3833d9fbd458096c5cfe1375..daa3e3c5951b8bf1c148ffb8ed7709b4f8e257fc 100644 |
--- a/third_party/WebKit/Source/core/frame/FrameView.h |
+++ b/third_party/WebKit/Source/core/frame/FrameView.h |
@@ -764,7 +764,7 @@ class CORE_EXPORT FrameView final |
private: |
explicit FrameView(LocalFrame*); |
- void setScrollOffset(const DoublePoint&, ScrollType) override; |
+ void updateScrollPosition(const DoublePoint&, ScrollType) override; |
void updateLifecyclePhasesInternal( |
DocumentLifecycle::LifecycleState targetState); |