| commit | fa759873d12635a75bdbdc3d6d5967a13378f5a3 | [log] [tgz] |
|---|---|---|
| author | cbiesinger <cbiesinger@chromium.org> | Thu Jul 14 22:34:58 2016 |
| committer | Commit bot <commit-bot@chromium.org> | Thu Jul 14 22:36:36 2016 |
| tree | 767a00c59d45d5a5c69d63e2381f6f7e2f89bdd2 | |
| parent | 194e406dedb9ce73fdf698deb4ec6d082931299e [diff] |
[css-flexbox] freezeInflexibleItems has to skip out-of-flow boxes Out-of-flow items should not be frozen. This would have problematic effects when they have flex-grow/flex-shrink set because freezing them would subtract them from our flex-grow/shrink total without having been added. This also adds some DCHECKs. R=eae@chromium.org,dgrogan@chromium.org BUG=628072 Review-Url: https://codereview.chromium.org/2146603007 Cr-Commit-Position: refs/heads/master@{#405608}