| Index: third_party/WebKit/Source/platform/scroll/ScrollableArea.cpp
|
| diff --git a/third_party/WebKit/Source/platform/scroll/ScrollableArea.cpp b/third_party/WebKit/Source/platform/scroll/ScrollableArea.cpp
|
| index 5a15ad7de6be60c755e888a7db77c1cde662a3de..a01daf62278610f29c3e50c34f0103e6fdb12b86 100644
|
| --- a/third_party/WebKit/Source/platform/scroll/ScrollableArea.cpp
|
| +++ b/third_party/WebKit/Source/platform/scroll/ScrollableArea.cpp
|
| @@ -193,9 +193,11 @@ void ScrollableArea::setScrollPosition(const DoublePoint& position, ScrollType s
|
|
|
| switch (scrollType) {
|
| case CompositorScroll:
|
| - case AnchoringScroll:
|
| scrollPositionChanged(clampScrollPosition(position), scrollType);
|
| break;
|
| + case AnchoringScroll:
|
| + scrollAnimator().adjustAnimationAndSetScrollPosition(position, scrollType);
|
| + break;
|
| case ProgrammaticScroll:
|
| programmaticScrollHelper(position, behavior);
|
| break;
|
|
|