| Index: Source/core/frame/FrameView.h
|
| diff --git a/Source/core/frame/FrameView.h b/Source/core/frame/FrameView.h
|
| index 728531dcf201272d27fd5ae7ed4a6483088af7be..5d8b8ab0390197a7883bb6586eadb511b5107506 100644
|
| --- a/Source/core/frame/FrameView.h
|
| +++ b/Source/core/frame/FrameView.h
|
| @@ -360,7 +360,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 bool scroll(ScrollDirectionPhysical, ScrollGranularity, float delta = 1) override;
|
| virtual LayoutRect scrollIntoView(
|
| const LayoutRect& rectInContent,
|
| const ScrollAlignment& alignX,
|
|
|