| Index: ash/wm/dock/docked_window_layout_manager.h
|
| ===================================================================
|
| --- ash/wm/dock/docked_window_layout_manager.h (revision 245869)
|
| +++ ash/wm/dock/docked_window_layout_manager.h (working copy)
|
| @@ -166,6 +166,8 @@
|
| virtual void OnWindowBoundsChanged(aura::Window* window,
|
| const gfx::Rect& old_bounds,
|
| const gfx::Rect& new_bounds) OVERRIDE;
|
| + virtual void OnWindowVisibilityChanging(aura::Window* window,
|
| + bool visible) OVERRIDE;
|
| virtual void OnWindowDestroying(aura::Window* window) OVERRIDE;
|
|
|
| // aura::client::ActivationChangeObserver:
|
|
|