| Index: services/ui/ws/window_server.cc
|
| diff --git a/services/ui/ws/window_server.cc b/services/ui/ws/window_server.cc
|
| index cebc3c53139d052d3a93a878c3db4ae085d245f6..8b40155c4f7a33220af8f99980037daf6ad0eb21 100644
|
| --- a/services/ui/ws/window_server.cc
|
| +++ b/services/ui/ws/window_server.cc
|
| @@ -621,8 +621,6 @@ void WindowServer::UpdateNativeCursorFromMouseLocation(ServerWindow* window) {
|
| EventDispatcher* event_dispatcher =
|
| display_root->window_manager_state()->event_dispatcher();
|
| event_dispatcher->UpdateCursorProviderByLastKnownLocation();
|
| - display_root->window_manager_state()->cursor_state().SetCurrentWindowCursor(
|
| - event_dispatcher->GetCurrentMouseCursor());
|
| }
|
| }
|
|
|
| @@ -638,8 +636,6 @@ void WindowServer::UpdateNativeCursorIfOver(ServerWindow* window) {
|
| return;
|
|
|
| event_dispatcher->UpdateNonClientAreaForCurrentWindow();
|
| - display_root->window_manager_state()->cursor_state().SetCurrentWindowCursor(
|
| - event_dispatcher->GetCurrentMouseCursor());
|
| }
|
|
|
| bool WindowServer::IsUserInHighContrastMode(const UserId& user) const {
|
|
|