Chromium Code Reviews| 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 3a8fb5158e1f88eed429fb435c0b12cdfa029957..f73c7b34e39b280774b93f3810cbb711ec20cd76 100644 |
| --- a/third_party/WebKit/Source/core/paint/PaintLayerScrollableArea.h |
| +++ b/third_party/WebKit/Source/core/paint/PaintLayerScrollableArea.h |
| @@ -253,7 +253,7 @@ public: |
| scrollToOffset(toDoubleSize(position), ScrollOffsetClamped, scrollBehavior, scrollType); |
| } |
| - void updateAfterLayout(); |
| + bool updateAfterLayout(SubtreeLayoutScope* = 0); |
|
leviw_travelin_and_unemployed
2016/02/25 21:49:51
nullptr
|
| void updateAfterStyleChange(const ComputedStyle*); |
| void updateAfterOverflowRecalc(); |