| 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 14ec7dc2698a30d43eb0be1bcfbf555c096d81d4..39f81012cba53ca5dfdbc81e74daffcbd353025c 100644
|
| --- a/ash/shelf/shelf_bezel_event_filter.cc
|
| +++ b/ash/shelf/shelf_bezel_event_filter.cc
|
| @@ -63,10 +63,6 @@ bool ShelfBezelEventFilter::IsShelfOnBezel(
|
| if (point.x() <= screen.x())
|
| return true;
|
| break;
|
| - case SHELF_ALIGNMENT_TOP:
|
| - if (point.y() <= screen.y())
|
| - return true;
|
| - break;
|
| case SHELF_ALIGNMENT_RIGHT:
|
| if (point.x() >= screen.right())
|
| return true;
|
|
|