Index: Source/core/frame/FrameView.h |
diff --git a/Source/core/frame/FrameView.h b/Source/core/frame/FrameView.h |
index 286162a21e67b6a2caafd8964125d1ff44dc124d..c3cd0f839a9244c13a1e68d39ea2d86a735335e6 100644 |
--- a/Source/core/frame/FrameView.h |
+++ b/Source/core/frame/FrameView.h |
@@ -164,7 +164,7 @@ public: |
IntSize inputEventsOffsetForEmulation() const; |
void setInputEventsTransformForEmulation(const IntSize&, float); |
- void setScrollPosition(const DoublePoint&, ScrollBehavior = ScrollBehaviorInstant); |
+ virtual void setScrollPosition(const DoublePoint&, ScrollBehavior = ScrollBehaviorInstant) override; |
virtual bool isRubberBandInProgress() const override; |
virtual bool rubberBandingOnCompositorThread() const override; |
void setScrollPositionNonProgrammatically(const IntPoint&); |