Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(559)

Unified Diff: components/mus/ws/window_tree_host_impl.cc

Issue 1645503004: [exp] ash: sysui for mash (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@ash-in-mus
Patch Set: . Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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));
}
« no previous file with comments | « ash/system/web_notification/ash_popup_alignment_delegate.h ('k') | mash/browser_driver/browser_driver_application_delegate.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698