| Index: ash/display/event_transformation_handler.cc
|
| diff --git a/ash/display/event_transformation_handler.cc b/ash/display/event_transformation_handler.cc
|
| index ef545fc1d2142e02c0e533ac0e26edfe018b728d..9582becbd13a39394bbd0bc480a16c0c60dcdf91 100644
|
| --- a/ash/display/event_transformation_handler.cc
|
| +++ b/ash/display/event_transformation_handler.cc
|
| @@ -40,7 +40,7 @@ void EventTransformationHandler::OnScrollEvent(ui::ScrollEvent* event) {
|
|
|
| // It is unnecessary to scale the event for the device scale factor since
|
| // the event locations etc. are already in DIP.
|
| - gfx::Point point_in_screen(event->location());
|
| + gfx::Point point_in_screen(gfx::ToFlooredPoint(event->location()));
|
| aura::Window* target = static_cast<aura::Window*>(event->target());
|
| wm::ConvertPointToScreen(target, &point_in_screen);
|
| const gfx::Display& display =
|
|
|