| Index: ui/aura/window_event_dispatcher.h
|
| diff --git a/ui/aura/window_event_dispatcher.h b/ui/aura/window_event_dispatcher.h
|
| index 5bcccaffe7c8c142dbf2243432055e152d99b3db..826b53f0487aadebcd42940430b03f3bd6aa935d 100644
|
| --- a/ui/aura/window_event_dispatcher.h
|
| +++ b/ui/aura/window_event_dispatcher.h
|
| @@ -199,7 +199,8 @@ class AURA_EXPORT WindowEventDispatcher : public ui::EventProcessor,
|
| void OnWindowRemovingFromRootWindow(Window* window,
|
| Window* new_root) override;
|
| void OnWindowVisibilityChanging(Window* window, bool visible) override;
|
| - void OnWindowVisibilityChanged(Window* window, bool visible) override;
|
| + void OnWindowVisibilityChanged(Window* window, bool visible,
|
| + bool content_visible) override;
|
| void OnWindowBoundsChanged(Window* window,
|
| const gfx::Rect& old_bounds,
|
| const gfx::Rect& new_bounds) override;
|
|
|