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

Unified Diff: ui/aura/window_tree_host_platform.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_platform.cc
diff --git a/ui/aura/window_tree_host_platform.cc b/ui/aura/window_tree_host_platform.cc
index 3b5cb68a747c5c649052bb8d89bbd4f5077637ab..99ff13475c24bd271279f8b8c6fca4f72dda7c73 100644
--- a/ui/aura/window_tree_host_platform.cc
+++ b/ui/aura/window_tree_host_platform.cc
@@ -59,8 +59,7 @@ WindowTreeHostPlatform::WindowTreeHostPlatform(
std::unique_ptr<WindowPort> window_port)
: WindowTreeHost(std::move(window_port)),
widget_(gfx::kNullAcceleratedWidget),
- current_cursor_(ui::kCursorNull) {
-}
+ current_cursor_(ui::CursorType::CURSOR_NULL) {}
void WindowTreeHostPlatform::SetPlatformWindow(
std::unique_ptr<ui::PlatformWindow> window) {

Powered by Google App Engine
This is Rietveld 408576698