| Index: ash/wm/ash_native_cursor_manager_unittest.cc
|
| diff --git a/ash/wm/ash_native_cursor_manager_unittest.cc b/ash/wm/ash_native_cursor_manager_unittest.cc
|
| index e31d81437759b3967c2c57106f9dde4663c2ec83..659b4f64f28ed98ef374e4537e948cb1c721b93e 100644
|
| --- a/ash/wm/ash_native_cursor_manager_unittest.cc
|
| +++ b/ash/wm/ash_native_cursor_manager_unittest.cc
|
| @@ -40,7 +40,7 @@ class MouseEventLocationDelegate : public aura::test::TestWindowDelegate {
|
| }
|
|
|
| virtual void OnMouseEvent(ui::MouseEvent* event) OVERRIDE {
|
| - mouse_event_location_ = event->location();
|
| + mouse_event_location_ = gfx::ToFlooredPoint(event->location());
|
| event->SetHandled();
|
| }
|
|
|
|
|