| 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..eb656ab29e1b227e2802f914af20e362769db974 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutGrid.h
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutGrid.h
|
| @@ -174,10 +174,12 @@ class LayoutGrid final : public LayoutBlock {
|
| LayoutUnit availableSpaceForColumns,
|
| LayoutUnit availableSpaceForRows);
|
|
|
| + bool simplifiedLayout() override;
|
| 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,
|
|
|