| 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 6c41859e11045f1f97034580561e4cceb18535cf..8abad8fe52d6c852b72a69322411356155d37cea 100644
|
| --- a/third_party/WebKit/Source/core/paint/PaintLayerScrollableArea.h
|
| +++ b/third_party/WebKit/Source/core/paint/PaintLayerScrollableArea.h
|
| @@ -321,6 +321,8 @@ class CORE_EXPORT PaintLayerScrollableArea final
|
| void updateAfterLayout();
|
| void clampScrollOffsetsAfterLayout();
|
|
|
| + void didChangeScrollbarsHidden() override;
|
| +
|
| void updateAfterStyleChange(const ComputedStyle*);
|
| void updateAfterOverflowRecalc();
|
|
|
| @@ -475,6 +477,8 @@ class CORE_EXPORT PaintLayerScrollableArea final
|
| private:
|
| explicit PaintLayerScrollableArea(PaintLayer&);
|
|
|
| + void updateScrollbarsEnabledState();
|
| +
|
| bool hasHorizontalOverflow() const;
|
| bool hasVerticalOverflow() const;
|
| bool hasScrollableHorizontalOverflow() const;
|
|
|