Index: Source/core/frame/FrameView.h |
diff --git a/Source/core/frame/FrameView.h b/Source/core/frame/FrameView.h |
index 728531dcf201272d27fd5ae7ed4a6483088af7be..bec1bbfc4e081f9871a3bd3b34b2b52711ad40ae 100644 |
--- a/Source/core/frame/FrameView.h |
+++ b/Source/core/frame/FrameView.h |
@@ -360,7 +360,6 @@ 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 LayoutRect scrollIntoView( |
const LayoutRect& rectInContent, |
const ScrollAlignment& alignX, |