| Index: ui/aura/mus/window_tree_client.cc
|
| diff --git a/ui/aura/mus/window_tree_client.cc b/ui/aura/mus/window_tree_client.cc
|
| index 2d086538d0ea7ac9e5088ec2243242877755a93b..84aa5c77e35f4b07bf5497da84b0299e384b68f7 100644
|
| --- a/ui/aura/mus/window_tree_client.cc
|
| +++ b/ui/aura/mus/window_tree_client.cc
|
| @@ -848,10 +848,11 @@ void WindowTreeClient::SetCanAcceptDrops(Id window_id, bool can_accept_drops) {
|
| tree_->SetCanAcceptDrops(window_id, can_accept_drops);
|
| }
|
|
|
| -void WindowTreeClient::SetCanAcceptEvents(WindowMus* window,
|
| - bool can_accept_events) {
|
| +void WindowTreeClient::SetEventTargetingPolicy(
|
| + WindowMus* window,
|
| + ui::mojom::EventTargetingPolicy policy) {
|
| DCHECK(tree_);
|
| - tree_->SetCanAcceptEvents(window->server_id(), can_accept_events);
|
| + tree_->SetEventTargetingPolicy(window->server_id(), policy);
|
| }
|
|
|
| void WindowTreeClient::OnEmbed(ClientSpecificId client_id,
|
|
|