| Index: Source/core/layout/LayoutBox.cpp
|
| diff --git a/Source/core/layout/LayoutBox.cpp b/Source/core/layout/LayoutBox.cpp
|
| index a73c9fa68a333709f851161cef7003549fd8c997..29dbee254312b0bac08ab2f1228d481aa944a1cc 100644
|
| --- a/Source/core/layout/LayoutBox.cpp
|
| +++ b/Source/core/layout/LayoutBox.cpp
|
| @@ -873,7 +873,7 @@ void LayoutBox::scrollByRecursively(const DoubleSize& delta, ScrollOffsetClampin
|
| // If we are here, we were called on a layoutObject that can be programmatically scrolled, but doesn't
|
| // have an overflow clip. Which means that it is a document node that can be scrolled.
|
| // FIXME: Pass in DoubleSize. crbug.com/414283.
|
| - view()->frameView()->scrollBy(flooredIntSize(delta));
|
| + view()->frameView()->scrollBy(flooredIntSize(delta), UserScroll);
|
|
|
| // FIXME: If we didn't scroll the whole way, do we want to try looking at the frames ownerElement?
|
| // https://bugs.webkit.org/show_bug.cgi?id=28237
|
|
|