| Index: components/mus/ws/window_tree.h
|
| diff --git a/components/mus/ws/window_tree.h b/components/mus/ws/window_tree.h
|
| index a47c6c4d18126446cccf5efde8cfa014f433cd79..c52a8fa87d543b1b98dc4e140701f86b02c8b6a0 100644
|
| --- a/components/mus/ws/window_tree.h
|
| +++ b/components/mus/ws/window_tree.h
|
| @@ -147,6 +147,7 @@ class WindowTree : public mojom::WindowTree,
|
| void OnWindowManagerCreatedTopLevelWindow(uint32_t wm_change_id,
|
| uint32_t client_change_id,
|
| const ServerWindow* window);
|
| + void AddActivationParent(const ClientWindowId& window_id);
|
|
|
| // Calls through to the client.
|
| void OnChangeCompleted(uint32_t change_id, bool success);
|
|
|