| 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 6144da49f7f2e76a73bf83ef634abc10ce190dee..b1514b578c58b69d36e5c159944c007f7ce51c3f 100644
|
| --- a/ui/aura/mus/window_tree_client.h
|
| +++ b/ui/aura/mus/window_tree_client.h
|
| @@ -119,7 +119,8 @@ class AURA_EXPORT WindowTreeClient
|
|
|
| void SetCanFocus(Window* window, bool can_focus);
|
| void SetCanAcceptDrops(Id window_id, bool can_accept_drops);
|
| - void SetCanAcceptEvents(WindowMus* window, bool can_accept_events);
|
| + void SetEventTargetingPolicy(WindowMus* window,
|
| + ui::mojom::EventTargetingPolicy policy);
|
| void SetPredefinedCursor(WindowMus* window,
|
| ui::mojom::Cursor old_cursor,
|
| ui::mojom::Cursor new_cursor);
|
|
|