| Index: ash/wm/panels/panel_layout_manager.cc
|
| diff --git a/ash/wm/panels/panel_layout_manager.cc b/ash/wm/panels/panel_layout_manager.cc
|
| index fc2f4bb90b3a51c94fa64228aaefac16ab09fae8..4d0f0d5fbb4430a621e2520dbe1a10a3121f3ec6 100644
|
| --- a/ash/wm/panels/panel_layout_manager.cc
|
| +++ b/ash/wm/panels/panel_layout_manager.cc
|
| @@ -438,9 +438,9 @@ void PanelLayoutManager::SetChildBounds(aura::Window* child,
|
| }
|
|
|
| ////////////////////////////////////////////////////////////////////////////////
|
| -// PanelLayoutManager, ash::LauncherIconObserver implementation:
|
| +// PanelLayoutManager, ShelfIconObserver implementation:
|
|
|
| -void PanelLayoutManager::OnLauncherIconPositionsChanged() {
|
| +void PanelLayoutManager::OnShelfIconPositionsChanged() {
|
| // TODO: As this is called for every animation step now. Relayout needs to be
|
| // updated to use current icon position instead of use the ideal bounds so
|
| // that the panels slide with their icons instead of jumping.
|
|
|