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

Unified Diff: services/ui/ws/window_finder.h

Issue 2884463002: Make event-targeting asynchronous in window server. (Closed)
Patch Set: rebase and comments Created 3 years, 7 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: services/ui/ws/window_finder.h
diff --git a/services/ui/ws/window_finder.h b/services/ui/ws/window_finder.h
index 8f203c45f103d7672e5e689c0674f1e74b074770..b6dcc2f64a7520098551d39f182bb93e3d9d97a0 100644
--- a/services/ui/ws/window_finder.h
+++ b/services/ui/ws/window_finder.h
@@ -24,8 +24,8 @@ struct DeepestWindow {
// |location|. |location| is in the coordinate space of |root_window|. The
// |window| field in the returned structure is set to the child window. If no
// valid child window is found |window| is set to null.
-DeepestWindow FindDeepestVisibleWindowForEvents(ServerWindow* root_window,
- const gfx::Point& location);
+DeepestWindow FindDeepestVisibleWindowForLocation(ServerWindow* root_window,
+ const gfx::Point& location);
// Retrieve the transform to the provided |window|'s coordinate space from the
// root.

Powered by Google App Engine
This is Rietveld 408576698