diff options
Diffstat (limited to 'views/widget/drop_helper.cc')
-rw-r--r-- | views/widget/drop_helper.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/views/widget/drop_helper.cc b/views/widget/drop_helper.cc index 29cca1c..4090a6b 100644 --- a/views/widget/drop_helper.cc +++ b/views/widget/drop_helper.cc @@ -80,7 +80,7 @@ View* DropHelper::CalculateTargetViewImpl( const OSExchangeData& data, bool check_can_drop, View** deepest_view) { - View* view = root_view_->GetViewForPoint(root_view_location); + View* view = root_view_->GetEventHandlerForPoint(root_view_location); if (view == deepest_view_) { // The view the mouse is over hasn't changed; reuse the target. return target_view_; |