| Index: services/ui/ws/window_server.cc
|
| diff --git a/services/ui/ws/window_server.cc b/services/ui/ws/window_server.cc
|
| index 4a2cb7d666377afd90156bd1183b542e4877b8d9..9ab1795a3d0ae0da4ad5f6e5add65af2a053bf36 100644
|
| --- a/services/ui/ws/window_server.cc
|
| +++ b/services/ui/ws/window_server.cc
|
| @@ -596,7 +596,7 @@ void WindowServer::UpdateNativeCursorIfOver(ServerWindow* window) {
|
|
|
| EventDispatcher* event_dispatcher =
|
| display_root->window_manager_state()->event_dispatcher();
|
| - if (window != event_dispatcher->mouse_cursor_source_window())
|
| + if (window != event_dispatcher->GetWindowForMouseCursor())
|
| return;
|
|
|
| event_dispatcher->UpdateNonClientAreaForCurrentWindow();
|
|
|