Index: ui/views/mus/window_manager_connection.cc |
diff --git a/ui/views/mus/window_manager_connection.cc b/ui/views/mus/window_manager_connection.cc |
index c9ac1786392abf84420cad14b38ea4bd086da66c..3936c25b2b88f41ee837aab2f68ccb27e4de57dd 100644 |
--- a/ui/views/mus/window_manager_connection.cc |
+++ b/ui/views/mus/window_manager_connection.cc |
@@ -101,6 +101,10 @@ void WindowManagerConnection::RemovePointerWatcher(PointerWatcher* watcher) { |
} |
} |
+const std::set<ui::Window*>& WindowManagerConnection::GetRoots() const { |
+ return client_->GetRoots(); |
+} |
+ |
WindowManagerConnection::WindowManagerConnection( |
shell::Connector* connector, |
const shell::Identity& identity) |