| Index: ui/aura/window.cc
|
| diff --git a/ui/aura/window.cc b/ui/aura/window.cc
|
| index 3035ffadd6c6ec50f1341bd594d3195ae6fe4215..cfefe94cf783a6f37903f22f43193d254eebc78e 100644
|
| --- a/ui/aura/window.cc
|
| +++ b/ui/aura/window.cc
|
| @@ -694,7 +694,7 @@ void Window::SetVisible(bool visible) {
|
| visible_ = visible;
|
| SchedulePaint();
|
| if (delegate_)
|
| - delegate_->OnWindowVisibilityChanged(visible);
|
| + delegate_->OnWindowTargetVisibilityChanged(visible);
|
|
|
| if (parent_ && parent_->layout_manager_.get())
|
| parent_->layout_manager_->OnChildWindowVisibilityChanged(this, visible);
|
|
|