Index: ui/aura/window_tree_host.cc |
diff --git a/ui/aura/window_tree_host.cc b/ui/aura/window_tree_host.cc |
index fcbb9af71a7c59faca7983a35a71db25bd4d5f3e..bd1ee7d3a6be967453151ab68c7e3eb2112b1b2a 100644 |
--- a/ui/aura/window_tree_host.cc |
+++ b/ui/aura/window_tree_host.cc |
@@ -220,7 +220,7 @@ WindowTreeHost::WindowTreeHost() : WindowTreeHost(nullptr) {} |
WindowTreeHost::WindowTreeHost(std::unique_ptr<WindowPort> window_port) |
: window_(new Window(nullptr, std::move(window_port))), |
- last_cursor_(ui::kCursorNull), |
+ last_cursor_(ui::CursorType::CURSOR_NULL), |
input_method_(nullptr), |
owned_input_method_(false) {} |