| Index: third_party/WebKit/Source/core/frame/FrameView.h
|
| diff --git a/third_party/WebKit/Source/core/frame/FrameView.h b/third_party/WebKit/Source/core/frame/FrameView.h
|
| index 7e5be60fe9195575dd4c54ea41132eb19df2d506..bca05f80462497b0b65e9db18734b68eed96ec62 100644
|
| --- a/third_party/WebKit/Source/core/frame/FrameView.h
|
| +++ b/third_party/WebKit/Source/core/frame/FrameView.h
|
| @@ -617,6 +617,7 @@ public:
|
|
|
| ScrollAnchor& scrollAnchor() { return m_scrollAnchor; }
|
| void clearScrollAnchor();
|
| + bool shouldPerformScrollAnchoring() const override;
|
|
|
| // For PaintInvalidator temporarily. TODO(wangxianzhu): Move into PaintInvalidator.
|
| void invalidatePaintIfNeeded(const PaintInvalidationState&);
|
|
|