| Index: Source/core/layout/LayoutBox.cpp
|
| diff --git a/Source/core/layout/LayoutBox.cpp b/Source/core/layout/LayoutBox.cpp
|
| index 0dc69e022b5e13d8e96858008db145adf629eb62..f4d5e0262ec6aec3b369f1fedcd97667ca2dfad0 100644
|
| --- a/Source/core/layout/LayoutBox.cpp
|
| +++ b/Source/core/layout/LayoutBox.cpp
|
| @@ -707,7 +707,7 @@ bool LayoutBox::scroll(ScrollDirectionPhysical direction, ScrollGranularity gran
|
| if (!layer() || !layer()->scrollableArea())
|
| return false;
|
|
|
| - return layer()->scrollableArea()->scroll(direction, granularity, delta);
|
| + return layer()->scrollableArea()->userScroll(direction, granularity, delta);
|
| }
|
|
|
| bool LayoutBox::canBeScrolledAndHasScrollableArea() const
|
|
|