| Index: Source/core/frame/FrameView.h
|
| diff --git a/Source/core/frame/FrameView.h b/Source/core/frame/FrameView.h
|
| index 5be2f8da53597fa90e5891d2e2daf9826639ab5d..46ac6c0436076d037dc1069f699bd468a57f0bd2 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&);
|
|
|
|
|