| Index: Source/core/frame/FrameView.h
|
| diff --git a/Source/core/frame/FrameView.h b/Source/core/frame/FrameView.h
|
| index 8032d28a13f7154b70a64ce425bcb231ab67306b..5c4251269dc8ca8c079a386150f9bfe79bfa36e4 100644
|
| --- a/Source/core/frame/FrameView.h
|
| +++ b/Source/core/frame/FrameView.h
|
| @@ -358,7 +358,7 @@ public:
|
| virtual bool isScrollCornerVisible() const override;
|
| virtual bool userInputScrollable(ScrollbarOrientation) const override;
|
| virtual bool shouldPlaceVerticalScrollbarOnLeft() const override;
|
| - virtual bool scroll(ScrollDirection, ScrollGranularity, float delta = 1) override;
|
| + virtual ScrollResultOneDimensional scroll(ScrollDirection, ScrollGranularity, float delta = 1) override;
|
| virtual LayoutRect scrollIntoView(
|
| const LayoutRect& rectInContent,
|
| const ScrollAlignment& alignX,
|
|
|