| Index: ui/aura/mus/window_tree_client.h
|
| diff --git a/ui/aura/mus/window_tree_client.h b/ui/aura/mus/window_tree_client.h
|
| index f2bf77d227c9ea444e036ff2b515b444eadac98a..4e12bd9a037627ff3dd02811723f3f163ba61d43 100644
|
| --- a/ui/aura/mus/window_tree_client.h
|
| +++ b/ui/aura/mus/window_tree_client.h
|
| @@ -396,6 +396,7 @@ class AURA_EXPORT WindowTreeClient
|
| Id window_id,
|
| const std::string& name,
|
| const base::Optional<std::vector<uint8_t>>& transit_data) override;
|
| + void WmSetCanFocus(Id window_id, bool can_focus) override;
|
| void WmCreateTopLevelWindow(
|
| uint32_t change_id,
|
| ClientSpecificId requesting_client_id,
|
|
|