| Index: ash/wm/window_cycle_controller.h
|
| diff --git a/ash/wm/window_cycle_controller.h b/ash/wm/window_cycle_controller.h
|
| index bd77b9f8f0bf5060291eec13d1c6131de45df80a..76836cbb570d3f13cf64284e70c7db5d4430be7d 100644
|
| --- a/ash/wm/window_cycle_controller.h
|
| +++ b/ash/wm/window_cycle_controller.h
|
| @@ -100,6 +100,7 @@ class ASH_EXPORT WindowCycleController
|
| aura::Window* old_active) OVERRIDE;
|
|
|
| // Overridden from WindowObserver:
|
| + virtual void OnWindowAdded(aura::Window* window) OVERRIDE;
|
| virtual void OnWillRemoveWindow(aura::Window* window) OVERRIDE;
|
| virtual void OnWindowDestroying(aura::Window* window) OVERRIDE;
|
|
|
|
|