| Index: ash/wm/panels/attached_panel_window_targeter.cc
|
| diff --git a/ash/wm/panels/attached_panel_window_targeter.cc b/ash/wm/panels/attached_panel_window_targeter.cc
|
| index 4e8b8f71383f2116db099741406a41e7bcc87ebf..23b0141fa443cc540d8fd41266063510383398f4 100644
|
| --- a/ash/wm/panels/attached_panel_window_targeter.cc
|
| +++ b/ash/wm/panels/attached_panel_window_targeter.cc
|
| @@ -61,12 +61,6 @@ void AttachedPanelWindowTargeter::UpdateTouchExtend(aura::Window* root_window) {
|
| case SHELF_ALIGNMENT_RIGHT:
|
| touch = gfx::Insets(touch.top(), touch.left(), touch.bottom(), 0);
|
| break;
|
| - case SHELF_ALIGNMENT_TOP:
|
| - touch = gfx::Insets(0, touch.left(), touch.bottom(), touch.right());
|
| - break;
|
| - default:
|
| - NOTREACHED();
|
| - return;
|
| }
|
|
|
| set_touch_extend(touch);
|
|
|