| Index: ash/wm/panel_layout_manager.cc
|
| ===================================================================
|
| --- ash/wm/panel_layout_manager.cc (revision 150582)
|
| +++ ash/wm/panel_layout_manager.cc (working copy)
|
| @@ -274,7 +274,7 @@
|
| }
|
|
|
| gfx::Point icon_origin = icon_bounds.origin();
|
| - aura::Window::ConvertPointToWindow(panel_container_->GetRootWindow(),
|
| + aura::Window::ConvertPointToTarget(panel_container_->GetRootWindow(),
|
| panel_container_, &icon_origin);
|
|
|
| // TODO(dcheng): Need to clamp to screen edges.
|
|
|