Index: components/mus/ws/window_finder.cc |
diff --git a/components/mus/ws/window_finder.cc b/components/mus/ws/window_finder.cc |
index 592d7538d330c71705ce4306769ecc00f7abd544..ff61e471b6c688292f0026909a4b615eb3409e19 100644 |
--- a/components/mus/ws/window_finder.cc |
+++ b/components/mus/ws/window_finder.cc |
@@ -98,6 +98,7 @@ ServerWindow* FindDeepestVisibleWindowForEvents( |
->GetSurfacesState() |
->hit_tester() |
->GetTargetSurfaceAtPoint(display_surface_id, *location, &transform); |
+ // TODO(sky): this is now wrong, needs mapping from client to window. |
WindowId id = WindowIdFromTransportId( |
cc::SurfaceIdAllocator::NamespaceForId(target_surface)); |
// TODO(fsamuel): This should be a DCHECK but currently we use stale |