| Index: ui/aura/mus/window_port_mus.h
|
| diff --git a/ui/aura/mus/window_port_mus.h b/ui/aura/mus/window_port_mus.h
|
| index ae2618894e0d6fba42a2d767769fe7555183ccfa..ec0a6ac2293ecb77b25ccb82b45a7028a8833de5 100644
|
| --- a/ui/aura/mus/window_port_mus.h
|
| +++ b/ui/aura/mus/window_port_mus.h
|
| @@ -286,7 +286,7 @@ class AURA_EXPORT WindowPortMus : public WindowPort, public WindowMus {
|
| cc::LocalSurfaceIdAllocator local_surface_id_allocator_;
|
| gfx::Size last_surface_size_;
|
|
|
| - ui::mojom::CursorType predefined_cursor_ = ui::mojom::CursorType::CURSOR_NULL;
|
| + ui::mojom::CursorType predefined_cursor_ = ui::mojom::CursorType::kNull;
|
|
|
| DISALLOW_COPY_AND_ASSIGN(WindowPortMus);
|
| };
|
|
|