| Index: ui/aura/window.cc
|
| diff --git a/ui/aura/window.cc b/ui/aura/window.cc
|
| index e4a3f388f48fdc180d667557225ccd66582a3d99..14f581d2926c59a99bcbd8443f0f2db8c10ac995 100644
|
| --- a/ui/aura/window.cc
|
| +++ b/ui/aura/window.cc
|
| @@ -690,7 +690,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);
|
|
|