| Index: third_party/WebKit/Source/core/paint/PaintLayerScrollableArea.h
|
| diff --git a/third_party/WebKit/Source/core/paint/PaintLayerScrollableArea.h b/third_party/WebKit/Source/core/paint/PaintLayerScrollableArea.h
|
| index dd9579163445e2158cc3154e4c56e16c33636c7d..6bb62e99e90ff653601518e984e9035f23a7e6a9 100644
|
| --- a/third_party/WebKit/Source/core/paint/PaintLayerScrollableArea.h
|
| +++ b/third_party/WebKit/Source/core/paint/PaintLayerScrollableArea.h
|
| @@ -405,6 +405,7 @@ public:
|
| IntRect rectForVerticalScrollbar(const IntRect& borderBoxRect) const;
|
|
|
| Widget* getWidget() override;
|
| + bool shouldPerformScrollAnchoring() const override;
|
| ScrollAnchor& scrollAnchor() { return m_scrollAnchor; }
|
| bool isPaintLayerScrollableArea() const override { return true; }
|
|
|
|
|