| Index: components/mus/ws/window_tree_host_impl.cc
|
| diff --git a/components/mus/ws/window_tree_host_impl.cc b/components/mus/ws/window_tree_host_impl.cc
|
| index 885750a31551ce140c37a8d23bcb41b75ba6e5b9..fb50f6c5983b9fa1b2a12cde968f2cc6c5fe1949 100644
|
| --- a/components/mus/ws/window_tree_host_impl.cc
|
| +++ b/components/mus/ws/window_tree_host_impl.cc
|
| @@ -484,6 +484,11 @@ void WindowTreeHostImpl::DispatchInputEventToWindow(ServerWindow* target,
|
| return;
|
| }
|
|
|
| + if (event->action == mojom::EventType::POINTER_DOWN) {
|
| + LOG(ERROR) << "**** " << root_window()->GetDebugWindowHierarchy()
|
| + << " == " << target->id().connection_id << ","
|
| + << target->id().window_id;
|
| + }
|
| DispatchInputEventToWindowImpl(target, in_nonclient_area, std::move(event));
|
| }
|
|
|
|
|