| Index: Source/core/frame/FrameView.h
|
| diff --git a/Source/core/frame/FrameView.h b/Source/core/frame/FrameView.h
|
| index 3ea8d4f908138560774db2aff42bd48fb4054709..2a3cdced2cc8ba3a962480e813f1ee186b7b5b74 100644
|
| --- a/Source/core/frame/FrameView.h
|
| +++ b/Source/core/frame/FrameView.h
|
| @@ -163,6 +163,7 @@ public:
|
|
|
| void setScrollPosition(const DoublePoint&, ScrollBehavior = ScrollBehaviorInstant);
|
| virtual bool isRubberBandInProgress() const override;
|
| + virtual bool rubberBandingOnCompositorThread() const override;
|
| void setScrollPositionNonProgrammatically(const IntPoint&);
|
|
|
| // This is different than visibleContentRect() in that it ignores negative (or overly positive)
|
|
|