[css-grid] GetGridTrackSize must be used after setting up the algorithm
This is just a refactoring, so no there is no behavior change in this patch. We want to avoid issues like the one described in bug 847839, so that functions that depend on the AvailableSize() result must be used only after having set up the algorithm. In the rare cases where we need to figure out the track size, we must use the RawGridTrackSize function, which retrives the info directly from the style. Change-Id: I22061c6063cf557cc23e8492f625f0b2299f1ccd Reviewed-on: https://chromium-review.googlesource.com/1087465 Commit-Queue: Javier Fernandez <jfernandez@igalia.com> Reviewed-by:Sergio Villar <svillar@igalia.com> Cr-Commit-Position: refs/heads/master@{#564950}
Showing
Please register or sign in to comment