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}
2 files changed