| Index: ash/extended_desktop_unittest.cc
|
| diff --git a/ash/extended_desktop_unittest.cc b/ash/extended_desktop_unittest.cc
|
| index 4ad830143e6b73a2c1f59234863fb5d2122b6760..9dd1856f81dc4a142d442b5682334ecaf28ec7fd 100644
|
| --- a/ash/extended_desktop_unittest.cc
|
| +++ b/ash/extended_desktop_unittest.cc
|
| @@ -101,7 +101,7 @@ class EventLocationRecordingEventHandler : public ui::EventHandler {
|
| virtual void OnMouseEvent(ui::MouseEvent* event) OVERRIDE {
|
| if (event->type() == ui::ET_MOUSE_MOVED ||
|
| event->type() == ui::ET_MOUSE_DRAGGED) {
|
| - location_ = event->location();
|
| + location_ = gfx::ToFlooredPoint(event->location());
|
| root_location_ = event->root_location();
|
| }
|
| }
|
|
|