| Index: services/ui/ws/display.cc
|
| diff --git a/services/ui/ws/display.cc b/services/ui/ws/display.cc
|
| index fa0ec946fae47d5ab3094e62ec96c5aceab29b6f..98c6cfad66c810d05b30c57c59760f0696bb0a58 100644
|
| --- a/services/ui/ws/display.cc
|
| +++ b/services/ui/ws/display.cc
|
| @@ -37,8 +37,7 @@ namespace ui {
|
| namespace ws {
|
|
|
| Display::Display(WindowServer* window_server)
|
| - : window_server_(window_server),
|
| - last_cursor_(mojom::CursorType::CURSOR_NULL) {
|
| + : window_server_(window_server), last_cursor_(mojom::CursorType::kNull) {
|
| window_server_->window_manager_window_tree_factory_set()->AddObserver(this);
|
| window_server_->user_id_tracker()->AddObserver(this);
|
| }
|
|
|