| commit | 8cec599bf1a220736732f0c118008fcd49779443 | [log] [tgz] |
|---|---|---|
| author | bugsnash <bugsnash@chromium.org> | Tue Jul 19 06:37:28 2016 |
| committer | Commit bot <commit-bot@chromium.org> | Tue Jul 19 06:38:47 2016 |
| tree | e042548b624bb4cf5885c298ac8e920f6439fb81 | |
| parent | fd79db4b1cea32d3fc151fb753e767a2c24b765f [diff] |
Renamed Element::buildOwnLayout to Element::buildLayoutTree. The method builds the entire sub-tree through Node::reattach, which calls Node::detach and Node::attach, which are overridden in ContainerNode to recurse through all the children in the tree. Review-Url: https://codereview.chromium.org/2159043002 Cr-Commit-Position: refs/heads/master@{#406223}