| Index: ash/shelf/shelf_bezel_event_filter.cc
|
| diff --git a/ash/shelf/shelf_bezel_event_filter.cc b/ash/shelf/shelf_bezel_event_filter.cc
|
| index 513a94908ce3853d9dfad047bd8e4f5f2580924c..dde66b93ee93aea3b31d7a2b343ef9c46d5b13f4 100644
|
| --- a/ash/shelf/shelf_bezel_event_filter.cc
|
| +++ b/ash/shelf/shelf_bezel_event_filter.cc
|
| @@ -24,7 +24,7 @@ ShelfBezelEventFilter::~ShelfBezelEventFilter() {
|
|
|
| void ShelfBezelEventFilter::OnGestureEvent(
|
| ui::GestureEvent* event) {
|
| - 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);
|
| gfx::Rect screen =
|
|
|