Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(749)

Unified Diff: ui/aura/window_tree_host.cc

Issue 2833163002: Change ui cursor identifiers to an enum class. (Closed)
Patch Set: Remove extranious ::ui:: Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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) {}

Powered by Google App Engine
This is Rietveld 408576698