[CSS Grid Layout] Pass the valid set of tracks to grow beyond growth limits
Created attachment 238927 [details] Patch
Comment on attachment 238927 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=238927&action=review > Source/WebCore/rendering/RenderGrid.cpp:584 > +void RenderGrid::resolveContentBasedTrackSizingFunctionsForItems(GridTrackSizingDirection direction, GridSizingData& sizingData, GridItemWithSpan& gridItemWithSpan, FilterFunction filterFunction, SizingFunction sizingFunction, AccumulatorGetter trackGetter, AccumulatorGrowFunction trackGrowthFunction, FilterFunction growAboveMaxBreadthFilterFunction) Iām concerned that the extensive use of pointers to member function for these functions is an inefficient design pattern. But this is only a suspicion, not something I am certain about.
Committed r174643: <http://trac.webkit.org/changeset/174643>