| Index: ash/wm/immersive_fullscreen_controller.cc
|
| diff --git a/ash/wm/immersive_fullscreen_controller.cc b/ash/wm/immersive_fullscreen_controller.cc
|
| index b5df4b1062d5ccac5db29284840d95e0bc090da6..ccb825f025c8dc4d84708b801b6f42a5adb55035 100644
|
| --- a/ash/wm/immersive_fullscreen_controller.cc
|
| +++ b/ash/wm/immersive_fullscreen_controller.cc
|
| @@ -89,7 +89,7 @@ bool IsWindowTransientChildOf(aura::Window* maybe_transient,
|
|
|
| // Returns the location of |event| in screen coordinates.
|
| gfx::Point GetEventLocationInScreen(const ui::LocatedEvent& event) {
|
| - gfx::Point location_in_screen = event.location();
|
| + gfx::Point location_in_screen = gfx::ToFlooredPoint(event.location());
|
| aura::Window* target = static_cast<aura::Window*>(event.target());
|
| aura::client::ScreenPositionClient* screen_position_client =
|
| aura::client::GetScreenPositionClient(target->GetRootWindow());
|
|
|