| commit | ae5148ba4a2c164b809d59c4bca390e77b5124c5 | [log] [tgz] |
|---|---|---|
| author | svillar <svillar@igalia.com> | Thu Jul 14 06:33:03 2016 |
| committer | Commit bot <commit-bot@chromium.org> | Thu Jul 14 06:35:10 2016 |
| tree | bbeec098af440dc321939f5bbaae10448d1971fe | |
| parent | d607a605c05ae726b55aa3a28b32c94a2ab597ff [diff] |
[css-grid] Constify track sizing algorithm All the methods used to run the track sizing algorithm should not modify the state of LayoutGrid. We can safely const-ify all of them and remove the ugly const_cast in computeIntrinsicLogicalWidths(). No new tests needed as there is no change in behavior. BUG=627812 Review-Url: https://codereview.chromium.org/2150533003 Cr-Commit-Position: refs/heads/master@{#405441}