summaryrefslogtreecommitdiffstats
path: root/components/mus/ws/window_tree.h
diff options
context:
space:
mode:
Diffstat (limited to 'components/mus/ws/window_tree.h')
-rw-r--r--components/mus/ws/window_tree.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/components/mus/ws/window_tree.h b/components/mus/ws/window_tree.h
index 95989a8..a47c6c4 100644
--- a/components/mus/ws/window_tree.h
+++ b/components/mus/ws/window_tree.h
@@ -138,6 +138,7 @@ class WindowTree : public mojom::WindowTree,
std::vector<const ServerWindow*> GetWindowTree(
const ClientWindowId& window_id) const;
bool SetWindowVisibility(const ClientWindowId& window_id, bool visible);
+ bool SetFocus(const ClientWindowId& window_id);
bool Embed(const ClientWindowId& window_id,
mojom::WindowTreeClientPtr client);
void DispatchInputEvent(ServerWindow* target, const ui::Event& event);