| Index: components/mus/ws/display.cc
|
| diff --git a/components/mus/ws/display.cc b/components/mus/ws/display.cc
|
| index f8582f65e1902057421e986d1a397ff2cd078662..cc80ec546f4ded4263d2e3bec38def27423be1fc 100644
|
| --- a/components/mus/ws/display.cc
|
| +++ b/components/mus/ws/display.cc
|
| @@ -21,6 +21,7 @@
|
| #include "mojo/common/common_type_converters.h"
|
| #include "mojo/converters/geometry/geometry_type_converters.h"
|
| #include "mojo/shell/public/interfaces/connector.mojom.h"
|
| +#include "ui/base/cursor/cursor.h"
|
|
|
| namespace mus {
|
| namespace ws {
|
| @@ -30,7 +31,7 @@ Display::Display(WindowServer* window_server,
|
| : id_(window_server->display_manager()->GetAndAdvanceNextDisplayId()),
|
| window_server_(window_server),
|
| platform_display_(PlatformDisplay::Create(platform_display_init_params)),
|
| - last_cursor_(0) {
|
| + last_cursor_(ui::kCursorNone) {
|
| platform_display_->Init(this);
|
|
|
| window_server_->window_manager_factory_registry()->AddObserver(this);
|
|
|