| 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 2af6606f6aac7fc58bf0dc4a4291596ae8cacfa2..98ef35a606c980297f4040e545948ed74336a531 100644
|
| --- a/third_party/WebKit/Source/core/paint/PaintLayerScrollableArea.h
|
| +++ b/third_party/WebKit/Source/core/paint/PaintLayerScrollableArea.h
|
| @@ -280,12 +280,14 @@ class CORE_EXPORT PaintLayerScrollableArea final
|
| int visibleHeight() const override;
|
| int visibleWidth() const override;
|
| IntSize contentsSize() const override;
|
| + void contentsResized() override;
|
| bool isScrollable() const override;
|
| IntPoint lastKnownMousePosition() const override;
|
| bool scrollAnimatorEnabled() const override;
|
| bool shouldSuspendScrollAnimations() const override;
|
| bool scrollbarsCanBeActive() const override;
|
| void scrollbarVisibilityChanged() override;
|
| + void scrollbarFrameRectChanged() override;
|
| IntRect scrollableAreaBoundingBox() const override;
|
| void registerForAnimation() override;
|
| void deregisterForAnimation() override;
|
|
|