| Index: third_party/WebKit/Source/core/layout/LayoutGrid.h
|
| diff --git a/third_party/WebKit/Source/core/layout/LayoutGrid.h b/third_party/WebKit/Source/core/layout/LayoutGrid.h
|
| index cd563271ebf381337a30ff9063af614baaaaaefb..e70d9c55605b6b0cafc97894bbeccf6caed3cdb2 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutGrid.h
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutGrid.h
|
| @@ -176,8 +176,9 @@ class LayoutGrid final : public LayoutBlock {
|
|
|
| void layoutGridItems(GridSizingData&);
|
| void prepareChildForPositionedLayout(LayoutBox&);
|
| - void layoutPositionedObjects(bool relayoutChildren,
|
| - PositionedLayoutBehavior = DefaultLayout);
|
| + void layoutPositionedObjects(
|
| + bool relayoutChildren,
|
| + PositionedLayoutBehavior = DefaultLayout) override;
|
| void offsetAndBreadthForPositionedChild(const LayoutBox&,
|
| GridTrackSizingDirection,
|
| LayoutUnit& offset,
|
|
|