| 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 d563e877d53e887141143c84b868910572ef1168..a31d432e86f472dc657385ed2f431b10b84c501c 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutGrid.h
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutGrid.h
|
| @@ -142,7 +142,6 @@ class LayoutGrid final : public LayoutBlock {
|
| void ensureGridSize(size_t maximumRowSize, size_t maximumColumnSize);
|
| void insertItemIntoGrid(LayoutBox&, const GridArea&);
|
|
|
| - void updateAutoRepeatTracksAndSetDirtyIfNeeded(SizingOperation);
|
| size_t computeAutoRepeatTracksCount(GridTrackSizingDirection,
|
| SizingOperation) const;
|
|
|
| @@ -154,7 +153,7 @@ class LayoutGrid final : public LayoutBlock {
|
| bool isEmptyAutoRepeatTrack(GridTrackSizingDirection,
|
| size_t lineNumber) const;
|
|
|
| - void placeItemsOnGrid();
|
| + void placeItemsOnGrid(SizingOperation);
|
| void populateExplicitGridAndOrderIterator();
|
| std::unique_ptr<GridArea> createEmptyGridAreaAtSpecifiedPositionsOutsideGrid(
|
| const LayoutBox&,
|
|
|