| Index: Source/platform/scroll/ScrollableArea.cpp
|
| diff --git a/Source/platform/scroll/ScrollableArea.cpp b/Source/platform/scroll/ScrollableArea.cpp
|
| index 367f42821331120cd81245fa9289770ebf7286a2..5aea749d456b565856dbdc8d7a6a5161eb5b0949 100644
|
| --- a/Source/platform/scroll/ScrollableArea.cpp
|
| +++ b/Source/platform/scroll/ScrollableArea.cpp
|
| @@ -159,6 +159,12 @@ bool ScrollableArea::scroll(ScrollDirection direction, ScrollGranularity granula
|
| return scrollAnimator()->scroll(orientation, granularity, step, delta);
|
| }
|
|
|
| +void ScrollableArea::setScrollPosition(const DoublePoint& position, ScrollBehavior behavior)
|
| +{
|
| + // FIXME(417782): This should be unified with RenderLayerScrollableArea::scrollToOffset.
|
| + ASSERT_NOT_REACHED();
|
| +}
|
| +
|
| void ScrollableArea::scrollToOffsetWithoutAnimation(const FloatPoint& offset, bool cancelProgrammaticAnimations)
|
| {
|
| if (cancelProgrammaticAnimations)
|
|
|