Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[markers] Fix crash with negative available-size.
Previously code in NGUnpositionedListMarker was able to produce an available_size < 0, which triggered a DCHECK in the NGBfcRect. This switches the calculation to the available-size on the container builder. Bug: 1183869 Change-Id: I61f6d95c8edbe14b71fd7577e73b287ed5e4f038 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2743418 Commit-Queue: Ian Kilpatrick <ikilpatrick@chromium.org> Auto-Submit: Ian Kilpatrick <ikilpatrick@chromium.org> Reviewed-by: Koji Ishii <kojii@chromium.org> Cr-Commit-Position: refs/heads/master@{#861025}
- Loading branch information