| Index: ash/shelf/shelf_window_watcher.h
|
| diff --git a/ash/shelf/shelf_window_watcher.h b/ash/shelf/shelf_window_watcher.h
|
| index 43ac4f0150ee7a328cd008108a13da08310883b8..7cd5530caccad6d1c873a75a4c4969263b93b733 100644
|
| --- a/ash/shelf/shelf_window_watcher.h
|
| +++ b/ash/shelf/shelf_window_watcher.h
|
| @@ -81,6 +81,8 @@ class ShelfWindowWatcher : public aura::client::ActivationChangeObserver,
|
| // aura::WindowObserver overrides:
|
| virtual void OnWindowAdded(aura::Window* window) OVERRIDE;
|
| virtual void OnWillRemoveWindow(aura::Window* window) OVERRIDE;
|
| + virtual void OnWindowParentChanged(aura::Window* window,
|
| + aura::Window* parent) OVERRIDE;
|
| virtual void OnWindowDestroying(aura::Window* window) OVERRIDE;
|
| virtual void OnWindowPropertyChanged(aura::Window* window,
|
| const void* key,
|
|
|