commit | 563262aad0bd91fe3bc2b644e94cdf3eb5d24807 | [log] [tgz] |
---|---|---|
author | mstensho <mstensho@opera.com> | Tue Nov 08 07:57:11 2016 |
committer | Commit bot <commit-bot@chromium.org> | Tue Nov 08 08:04:42 2016 |
tree | cb2e704120efe0a04ad5057b8980492a7999c73d | |
parent | 5eba3e9043b40c4a0b051123a364f2c97dfdf088 [diff] |
There should never be unplaced floats from other blocks. When positioning new floats in a block, all unplaced floats should belong to said block. If we find unplaced floats from other blocks, someone somewhere must have forgotten to place them on their own. No need for code to skip such floats. DCHECK instead. Review-Url: https://codereview.chromium.org/2479173002 Cr-Commit-Position: refs/heads/master@{#430544}