| Index: ash/wm/overview/window_overview.cc
|
| diff --git a/ash/wm/overview/window_overview.cc b/ash/wm/overview/window_overview.cc
|
| index 640d21f2191b4507093cc47809b01a99634646ec..fddfd6fea512c6657a1ad661f7814603294654a0 100644
|
| --- a/ash/wm/overview/window_overview.cc
|
| +++ b/ash/wm/overview/window_overview.cc
|
| @@ -322,7 +322,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->ContainsPoint(event->location()))
|
| + if (!target->ContainsPoint(gfx::ToFlooredPoint(event->location())))
|
| return NULL;
|
|
|
| return GetTargetedWindow(target);
|
|
|