Index: ash/wm/panels/panel_window_resizer.cc |
diff --git a/ash/wm/panels/panel_window_resizer.cc b/ash/wm/panels/panel_window_resizer.cc |
index 501503ad7b52905b1680b95a1d6963e0c19805ca..b5c44bc162c1166c482cd37ae0a41c1e84a1fbff 100644 |
--- a/ash/wm/panels/panel_window_resizer.cc |
+++ b/ash/wm/panels/panel_window_resizer.cc |
@@ -140,6 +140,7 @@ bool PanelWindowResizer::AttachToLauncher(const gfx::Rect& bounds, |
shelf_widget()->GetWindowBoundsInScreen()); |
switch (panel_layout_manager->shelf()->alignment()) { |
case SHELF_ALIGNMENT_BOTTOM: |
+ case SHELF_ALIGNMENT_BOTTOM_LOCKED: |
if (bounds.bottom() >= (launcher_bounds.y() - |
kPanelSnapToLauncherDistance)) { |
should_attach = true; |