Index: third_party/WebKit/Source/core/layout/ScrollAnchor.cpp |
diff --git a/third_party/WebKit/Source/core/layout/ScrollAnchor.cpp b/third_party/WebKit/Source/core/layout/ScrollAnchor.cpp |
index 2d805f19d6f25979023b1f490169cb57cc4a0e4d..f3f360a89ed641a2dab8e02c7c2e8758341e0e22 100644 |
--- a/third_party/WebKit/Source/core/layout/ScrollAnchor.cpp |
+++ b/third_party/WebKit/Source/core/layout/ScrollAnchor.cpp |
@@ -188,6 +188,7 @@ void ScrollAnchor::restore() |
m_scroller->setScrollPosition( |
m_scroller->scrollPositionDouble() + DoubleSize(adjustment), |
AnchoringScroll); |
+ animator->updateImplOnlyScrollOffsetAnimation(FloatSize(adjustment)); |
} else { |
// If in the middle of a scroll animation, stop the animation, make |
// the adjustment, and continue the animation on the pending delta. |