| Index: Source/core/frame/FrameView.cpp
|
| diff --git a/Source/core/frame/FrameView.cpp b/Source/core/frame/FrameView.cpp
|
| index 42e9234e65c291eb04322b879a93c15d5934e03e..13b3ea334e9d2d5d32b36d27fd56bd448e269663 100644
|
| --- a/Source/core/frame/FrameView.cpp
|
| +++ b/Source/core/frame/FrameView.cpp
|
| @@ -3248,7 +3248,7 @@ void FrameView::setScrollOffset(const DoublePoint& offset)
|
| scrollTo(adjustScrollPositionWithinRange(offset));
|
| }
|
|
|
| -bool FrameView::scroll(ScrollDirection direction, ScrollGranularity granularity, float delta)
|
| +ScrollResultOneDimensional FrameView::scroll(ScrollDirection direction, ScrollGranularity granularity, float delta)
|
| {
|
| ScrollDirection physicalDirection =
|
| toPhysicalDirection(direction, isVerticalDocument(), isFlippedDocument());
|
|
|