| Index: Source/core/frame/FrameView.h
|
| diff --git a/Source/core/frame/FrameView.h b/Source/core/frame/FrameView.h
|
| index aefb5947dda7b7aa69b9edc2f81c37b375686acf..73d4f16abe063a277e2dc7b97a9046b5aa81d29c 100644
|
| --- a/Source/core/frame/FrameView.h
|
| +++ b/Source/core/frame/FrameView.h
|
| @@ -164,15 +164,12 @@ public:
|
| void setInputEventsTransformForEmulation(const IntSize&, float);
|
|
|
| virtual void setScrollPosition(const DoublePoint&, ScrollBehavior = ScrollBehaviorInstant) override;
|
| - virtual bool isRubberBandInProgress() const override;
|
| - virtual bool rubberBandingOnCompositorThread() const override;
|
| void setScrollPositionNonProgrammatically(const IntPoint&);
|
|
|
| FloatSize elasticOverscroll() const { return m_elasticOverscroll; }
|
| void setElasticOverscroll(const FloatSize&);
|
|
|
| - // This is different than visibleContentRect() in that it ignores negative (or overly positive)
|
| - // offsets from rubber-banding, and it takes zooming into account.
|
| + // This is different than visibleContentRect() in that it takes zooming into account.
|
| LayoutRect viewportConstrainedVisibleContentRect() const;
|
| void viewportConstrainedVisibleContentSizeChanged(bool widthChanged, bool heightChanged);
|
|
|
|
|