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

Unified Diff: ash/shell.cc

Issue 2833163002: Change ui cursor identifiers to an enum class. (Closed)
Patch Set: OK, it can't be explicit for mac. 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
« no previous file with comments | « ash/mus/move_event_handler.cc ('k') | ash/test/mirror_window_test_api.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/shell.cc
diff --git a/ash/shell.cc b/ash/shell.cc
index 9bc373d2203cccc5bd689a37ffd133162aae4285..c19755c4a7a8608dfb8db0c17db9b37b24f16157 100644
--- a/ash/shell.cc
+++ b/ash/shell.cc
@@ -1067,7 +1067,7 @@ void Shell::Init(const ShellInitParams& init_params) {
if (cursor_manager_) {
if (initially_hide_cursor_)
cursor_manager_->HideCursor();
- cursor_manager_->SetCursor(ui::kCursorPointer);
+ cursor_manager_->SetCursor(ui::CursorType::kPointer);
}
power_event_observer_.reset(new PowerEventObserver());
« no previous file with comments | « ash/mus/move_event_handler.cc ('k') | ash/test/mirror_window_test_api.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698