| Index: ash/wm/overview/window_overview.cc
|
| diff --git a/ash/wm/overview/window_overview.cc b/ash/wm/overview/window_overview.cc
|
| index 89ef556da710b959b06fa23434599031577e3d5a..6bc5e56d6aeb756c71f822faca2d9dc101e83867 100644
|
| --- a/ash/wm/overview/window_overview.cc
|
| +++ b/ash/wm/overview/window_overview.cc
|
| @@ -298,7 +298,7 @@ aura::Window* WindowOverview::GetEventTarget(ui::LocatedEvent* event) {
|
| // If the target window doesn't actually contain the event location (i.e.
|
| // mouse down over the window and mouse up elsewhere) then do not select the
|
| // window.
|
| - if (!target->HitTest(event->location()))
|
| + if (!target->ContainsPoint(event->location()))
|
| return NULL;
|
|
|
| return GetTargetedWindow(target);
|
|
|