| 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 8af483995bc59e654251fad27dcacf324440b9fa..0a0a40ffee91dfdeafbaaff63d1772661b824185 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<mus::Window*>& GetRoots() const;
|
| +
|
| private:
|
| friend class WindowManagerConnectionTest;
|
|
|
|
|