| Index: services/ui/ws/window_tree.h
|
| diff --git a/services/ui/ws/window_tree.h b/services/ui/ws/window_tree.h
|
| index 8fdd7f8cd4b422016d141760a1693cf0b8439329..4268d0efaf6914712e010e93ce589f5572da91fd 100644
|
| --- a/services/ui/ws/window_tree.h
|
| +++ b/services/ui/ws/window_tree.h
|
| @@ -243,7 +243,7 @@ class WindowTree : public mojom::WindowTree,
|
| float new_opacity,
|
| bool originated_change);
|
| void ProcessCursorChanged(const ServerWindow* window,
|
| - int32_t cursor_id,
|
| + mojom::Cursor cursor_id,
|
| bool originated_change);
|
| void ProcessFocusChanged(const ServerWindow* old_focused_window,
|
| const ServerWindow* new_focused_window);
|
|
|