| commit | 617ae6ff6a6664b776e2f8617ef3f51bef639a2b | [log] [tgz] |
|---|---|---|
| author | nainar <nainar@chromium.org> | Mon Jul 11 01:11:40 2016 |
| committer | Commit bot <commit-bot@chromium.org> | Mon Jul 11 01:16:30 2016 |
| tree | eb83dca5b3e533cd4e874cbe0ef0db19acf9c26e | |
| parent | 26ecc31bc8a213084a3a111f1ef364bd7faeea7d [diff] |
Reorganize Layout Tree Construction code to be its own function This patch trivially encapsulates Layout Tree Construction code in its own function -> Element::buildOwnLayout(). No behaviour change is expected from this patch since it is merely moving code around. With lots of help from @bugsnash Design doc: http://bit.ly/29MBWvf BUG=595137 Review-Url: https://codereview.chromium.org/2118393002 Cr-Commit-Position: refs/heads/master@{#404584}