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