[MacViews] Fix AppListMainViewTest.ReparentSingleItemOntoSelf
commitce713fb949d933e5a064df078bf6d99bc5eb9549
authorjackhou <jackhou@chromium.org>
Tue, 13 Jan 2015 00:35:09 +0000 (12 16:35 -0800)
committerCommit bot <commit-bot@chromium.org>
Tue, 13 Jan 2015 00:35:59 +0000 (13 00:35 +0000)
tree9b79f5685cfbcfa7ce47082419bf6f82a213c1fa
parentd90fe697c8b0ae5325ca5d2acccced2e284050b6
[MacViews] Fix AppListMainViewTest.ReparentSingleItemOntoSelf

This changes AppsGridView::ExtractDragLocation to use
views::View::ConvertPointFromWidget for both Aura and non-Aura paths.
The non-Aura path has probably been untested for a while since most platforms
that use Views also use Aura.

BUG=365977

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

Cr-Commit-Position: refs/heads/master@{#311160}
ui/app_list/views/apps_grid_view.cc