| Index: ui/aura/window_event_dispatcher.cc
|
| diff --git a/ui/aura/window_event_dispatcher.cc b/ui/aura/window_event_dispatcher.cc
|
| index a21236ac38558d4daa23c68c62f3bf8a84b1032a..7322ee7ea381ff07b67aa312f507f739dac0681e 100644
|
| --- a/ui/aura/window_event_dispatcher.cc
|
| +++ b/ui/aura/window_event_dispatcher.cc
|
| @@ -579,7 +579,8 @@ void WindowEventDispatcher::OnWindowVisibilityChanging(Window* window,
|
| }
|
|
|
| void WindowEventDispatcher::OnWindowVisibilityChanged(Window* window,
|
| - bool visible) {
|
| + bool visible,
|
| + bool content_visible) {
|
| if (!host_->window()->Contains(window))
|
| return;
|
|
|
|
|