| Index: ui/views/mus/window_manager_connection.h
|
| diff --git a/ui/views/mus/window_manager_connection.h b/ui/views/mus/window_manager_connection.h
|
| index fe5869c1207b2c3fb4391cb36968555fc82e5e8c..be8338a2482eefb7fdd3c4f47b53c686654e7b5a 100644
|
| --- a/ui/views/mus/window_manager_connection.h
|
| +++ b/ui/views/mus/window_manager_connection.h
|
| @@ -67,6 +67,8 @@ class VIEWS_MUS_EXPORT WindowManagerConnection
|
| void AddPointerWatcher(PointerWatcher* watcher);
|
| void RemovePointerWatcher(PointerWatcher* watcher);
|
|
|
| + const std::set<ui::Window*>& GetRoots() const;
|
| +
|
| private:
|
| friend class WindowManagerConnectionTest;
|
|
|
|
|