| Index: ui/wm/core/window_modality_controller.h
|
| diff --git a/ui/wm/core/window_modality_controller.h b/ui/wm/core/window_modality_controller.h
|
| index 1b3baaf398c1603843702a41bad24165925116a7..fac6c28d11e45a9df8782a837fc5e49c9794828f 100644
|
| --- a/ui/wm/core/window_modality_controller.h
|
| +++ b/ui/wm/core/window_modality_controller.h
|
| @@ -49,7 +49,8 @@ class WM_EXPORT WindowModalityController : public ui::EventHandler,
|
| void OnWindowPropertyChanged(aura::Window* window,
|
| const void* key,
|
| intptr_t old) override;
|
| - void OnWindowVisibilityChanged(aura::Window* window, bool visible) override;
|
| + void OnWindowVisibilityChanged(aura::Window* window, bool visible,
|
| + bool content_visible) override;
|
| void OnWindowDestroyed(aura::Window* window) override;
|
|
|
| private:
|
|
|