Index: services/ui/ws/window_server.h |
diff --git a/services/ui/ws/window_server.h b/services/ui/ws/window_server.h |
index 1ff4e3b448e2e1906e200fe5c23b2df7e67a9270..9650e7dd46a94ae0140ee964e0af2cf31953bf31 100644 |
--- a/services/ui/ws/window_server.h |
+++ b/services/ui/ws/window_server.h |
@@ -194,9 +194,9 @@ class WindowServer : public ServerWindowDelegate, |
// Sends an |event| to all WindowTrees belonging to |user_id| that might be |
// observing events. Skips |ignore_tree| if it is non-null. |
- void SendToEventObservers(const ui::Event& event, |
- const UserId& user_id, |
- WindowTree* ignore_tree); |
+ void SendToPointerWatchers(const ui::Event& event, |
+ const UserId& user_id, |
+ WindowTree* ignore_tree); |
// Sets a callback to be called whenever a ServerWindow is scheduled for |
// a [re]paint. This should only be called in a test configuration. |