| Index: ash/common/shelf/shelf_window_watcher.h
|
| diff --git a/ash/common/shelf/shelf_window_watcher.h b/ash/common/shelf/shelf_window_watcher.h
|
| index 9eb3cd2aed1d61bbcd389da46ddc128d6f3571b1..c523bf15fbefb3740f37b8f9e0c98276f7e22a1c 100644
|
| --- a/ash/common/shelf/shelf_window_watcher.h
|
| +++ b/ash/common/shelf/shelf_window_watcher.h
|
| @@ -60,6 +60,7 @@ class ShelfWindowWatcher : public WmActivationObserver,
|
| void OnWindowPropertyChanged(WmWindow* window,
|
| WmWindowProperty property) override;
|
| void OnWindowDestroying(WmWindow* window) override;
|
| + void OnWindowVisibilityChanged(WmWindow* window, bool visible) override;
|
|
|
| ShelfWindowWatcher* window_watcher_;
|
|
|
|
|