| 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..892635705595c75b979ef8476fdf5fe2a5959ccd 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::kNull),
|
| input_method_(nullptr),
|
| owned_input_method_(false) {}
|
|
|
|
|