[css-grid] Do not recursively call layout during auto repeat computation
The computation of auto repeat tracks was incorrectly recursively triggering a layout in order to compute the available size. That was happening whenever the width was indefinite. In such cases we should treat the width always as indefinite without having to run any extra code. During the layout phase we'll have the actual width available. This partially reverts commit 49bc5ba1 which was a quick fix for a security issue but that was not actually fixing the real problem behind. BUG=633474 Review-Url: https://codereview.chromium.org/2263213002 Cr-Commit-Position: refs/heads/master@{#414446}
Showing
Please register or sign in to comment