| 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 b1c19ff339245d8e6ca11f06a08f4f17d74b49c7..0057830cb6c66accd227ea5cdbee0cb39104a41f 100644
|
| --- a/third_party/WebKit/Source/core/paint/PaintLayerScrollableArea.h
|
| +++ b/third_party/WebKit/Source/core/paint/PaintLayerScrollableArea.h
|
| @@ -253,7 +253,9 @@ public:
|
| scrollToOffset(toDoubleSize(position), ScrollOffsetClamped, scrollBehavior, scrollType);
|
| }
|
|
|
| - void updateAfterLayout();
|
| + // Returns true if a layout object was marked for layout. In such a case, the layout scope's root
|
| + // should be laid out again.
|
| + bool updateAfterLayout(SubtreeLayoutScope* = nullptr);
|
| void updateAfterStyleChange(const ComputedStyle*);
|
| void updateAfterOverflowRecalc();
|
|
|
|
|