| Index: ash/wm/workspace/multi_window_resize_controller.cc
|
| diff --git a/ash/wm/workspace/multi_window_resize_controller.cc b/ash/wm/workspace/multi_window_resize_controller.cc
|
| index edae6de385fe8267f1e1a3e515596194df92c98e..a23ed48a2556f92a746fa1c942c71474def6b848 100644
|
| --- a/ash/wm/workspace/multi_window_resize_controller.cc
|
| +++ b/ash/wm/workspace/multi_window_resize_controller.cc
|
| @@ -539,7 +539,7 @@ bool MultiWindowResizeController::IsOverWindow(
|
| gfx::Point window_loc(location_in_screen);
|
| aura::Window::ConvertPointToTarget(
|
| window->GetRootWindow(), window, &window_loc);
|
| - return window->HitTest(window_loc) &&
|
| + return window->ContainsPoint(window_loc) &&
|
| window->delegate()->GetNonClientComponent(window_loc) == component;
|
| }
|
|
|
|
|