Index: ui/views/window/non_client_view.cc |
=================================================================== |
--- ui/views/window/non_client_view.cc (revision 151267) |
+++ ui/views/window/non_client_view.cc (working copy) |
@@ -177,7 +177,7 @@ |
// after it's been removed from the view hierarchy but before it's been |
// removed from the NonClientView. |
gfx::Point point_in_child_coords(point); |
- View::ConvertPointToView(this, frame_view_.get(), &point_in_child_coords); |
+ View::ConvertPointToTarget(this, frame_view_.get(), &point_in_child_coords); |
if (frame_view_->HitTestPoint(point_in_child_coords)) |
return frame_view_->GetEventHandlerForPoint(point_in_child_coords); |
} |