| 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 445523e286c4e177ba4ee12373bd8c4cb4445c12..ed2b80926039a6c6ba765fe64a7d8a47251c575e 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutGrid.h
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutGrid.h
|
| @@ -120,6 +120,8 @@ class LayoutGrid final : public LayoutBlock {
|
|
|
| size_t computeAutoRepeatTracksCount(GridTrackSizingDirection,
|
| SizingOperation) const;
|
| + size_t clampAutoRepeatTracks(GridTrackSizingDirection,
|
| + size_t autoRepeatTracks) const;
|
|
|
| std::unique_ptr<OrderedTrackIndexSet> computeEmptyTracksForAutoRepeat(
|
| Grid&,
|
|
|