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 b71bb8b83d0285d5fe160d5285cd395a890c06b6..3a8fb5158e1f88eed429fb435c0b12cdfa029957 100644 |
--- a/third_party/WebKit/Source/core/paint/PaintLayerScrollableArea.h |
+++ b/third_party/WebKit/Source/core/paint/PaintLayerScrollableArea.h |
@@ -253,9 +253,7 @@ |
scrollToOffset(toDoubleSize(position), ScrollOffsetClamped, scrollBehavior, scrollType); |
} |
- // 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 updateAfterLayout(); |
void updateAfterStyleChange(const ComputedStyle*); |
void updateAfterOverflowRecalc(); |