| Index: ash/wm/resize_handle_window_targeter.cc
|
| diff --git a/ash/wm/resize_handle_window_targeter.cc b/ash/wm/resize_handle_window_targeter.cc
|
| index 28bd0e2ebe5df68821c882592eee566a4b20a019..1bf1efdb6b6ca01b9486bdf90d6a587d341e05a0 100644
|
| --- a/ash/wm/resize_handle_window_targeter.cc
|
| +++ b/ash/wm/resize_handle_window_targeter.cc
|
| @@ -73,7 +73,7 @@ ui::EventTarget* ResizeHandleWindowTargeter::FindTargetForLocatedEvent(
|
| if (!insets.empty()) {
|
| gfx::Rect bounds = gfx::Rect(window_->bounds().size());
|
| bounds.Inset(insets);
|
| - if (!bounds.Contains(event->location()))
|
| + if (!bounds.Contains(gfx::ToFlooredPoint(event->location())))
|
| return window_;
|
| }
|
| }
|
|
|