Fix TooltipAura initial sizing.
commita5cdf5ead358ca6ae98deadafc99ddaa06465e23
authormsw <msw@chromium.org>
Mon, 29 Sep 2014 21:59:36 +0000 (29 14:59 -0700)
committerCommit bot <commit-bot@chromium.org>
Mon, 29 Sep 2014 22:03:15 +0000 (29 22:03 +0000)
treed86e605f63d71b4601f65a8a5572fb7571cb9e17
parentd11b62b97d75345be01ed5760994dcffcbd02c76
Fix TooltipAura initial sizing.

r296874 regressed initial tooltip sizing on Aura.
(Widget::SetContentsView sizes the view to the widget)

Reorder the View sizing to after the Widget init.

BUG=418456
TEST=The first Linux Aura tooltip is sized correctly.
R=sky@chromium.org

Review URL: https://codereview.chromium.org/613753003

Cr-Commit-Position: refs/heads/master@{#297281}
ui/views/corewm/tooltip_aura.cc