Description[css-grid] Fix wrong type in GridPositionsResolver method
We were using size_t instead of int in
definiteGridSpanWithSpanAgainstOpposite() for oppositeLine.
oppositeLine could be negative and that would be right.
Current code is working fine as the result is used as an int later.
No new tests, no change of behavior.
Committed: https://crrev.com/a97669f29540876fce2b0cc0be546973ecd28dbd
Cr-Commit-Position: refs/heads/master@{#381947}
Patch Set 1 #
Total comments: 2
Patch Set 2 : Rebased version after fixing typo in previous patch #
Depends on Patchset: Messages
Total messages: 12 (4 generated)
|