| Index: ui/aura/window_tree_host_x11.cc
|
| diff --git a/ui/aura/window_tree_host_x11.cc b/ui/aura/window_tree_host_x11.cc
|
| index efee254eddd6b8ec9204a0a0f83fae2b64745c5f..af16258823ff6c266cf96651c6378f5fb397ce15 100644
|
| --- a/ui/aura/window_tree_host_x11.cc
|
| +++ b/ui/aura/window_tree_host_x11.cc
|
| @@ -120,7 +120,7 @@ WindowTreeHostX11::WindowTreeHostX11(const gfx::Rect& bounds)
|
| : xdisplay_(gfx::GetXDisplay()),
|
| xwindow_(0),
|
| x_root_window_(DefaultRootWindow(xdisplay_)),
|
| - current_cursor_(ui::kCursorNull),
|
| + current_cursor_(ui::CursorType::kNull),
|
| window_mapped_(false),
|
| bounds_(bounds),
|
| atom_cache_(xdisplay_, kAtomsToCache) {
|
|
|