commit | 66a452d99ee2a39e60d25a5e119ebb234546b0aa | [log] [tgz] |
---|---|---|
author | mstensho <mstensho@opera.com> | Fri Apr 01 23:59:53 2016 |
committer | Commit bot <commit-bot@chromium.org> | Sat Apr 02 00:00:59 2016 |
tree | 7f9e025692099e0a38ae3417eae52de5c3f01837 | |
parent | 3f07acd53d22dcd20410d193f7b6d934e794109a [diff] |
Correct conversion from flowthread to visual coordinate space when there's border/padding. If an inner multicol container has border or padding, just using the outer block offset stored in the inner flow thread won't be good enough. We need to find the actual first fragmentainer group in the first column set. Or, put simply: let's do what the comment in the code actually says! Review URL: https://codereview.chromium.org/1847343003 Cr-Commit-Position: refs/heads/master@{#384737}