| Index: ash/common/wm/panels/panel_window_resizer.cc
|
| diff --git a/ash/common/wm/panels/panel_window_resizer.cc b/ash/common/wm/panels/panel_window_resizer.cc
|
| index 9fc3ca355cb14e481b44e4c6d02d9c19eca640ad..0d41fc3cd7e7608bfc46d72fa418659c29a69305 100644
|
| --- a/ash/common/wm/panels/panel_window_resizer.cc
|
| +++ b/ash/common/wm/panels/panel_window_resizer.cc
|
| @@ -198,7 +198,7 @@ void PanelWindowResizer::UpdateLauncherPosition() {
|
| if (panel_container_) {
|
| PanelLayoutManager::Get(panel_container_)
|
| ->shelf()
|
| - ->UpdateIconPositionForWindow(GetTarget());
|
| + ->UpdateIconPositionForPanel(GetTarget());
|
| }
|
| }
|
|
|
|
|