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

Unified Diff: services/ui/ws/window_manager_state.cc

Issue 2784663003: mus: Rename mojom::Cursor to mojom::CursorType. (Closed)
Patch Set: Created 3 years, 9 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 | « services/ui/ws/test_utils.cc ('k') | services/ui/ws/window_manager_state_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/ui/ws/window_manager_state.cc
diff --git a/services/ui/ws/window_manager_state.cc b/services/ui/ws/window_manager_state.cc
index 4b03ed4f4499ea14526285a6db1e2258660cc1af..3229b818469b09f540804c1f5c79c8cd432dc22a 100644
--- a/services/ui/ws/window_manager_state.cc
+++ b/services/ui/ws/window_manager_state.cc
@@ -564,7 +564,8 @@ void WindowManagerState::ReleaseNativeCapture() {
}
void WindowManagerState::UpdateNativeCursorFromDispatcher() {
- const ui::mojom::Cursor cursor_id = event_dispatcher_.GetCurrentMouseCursor();
+ const ui::mojom::CursorType cursor_id =
+ event_dispatcher_.GetCurrentMouseCursor();
for (Display* display : display_manager()->displays())
display->UpdateNativeCursor(cursor_id);
}
« no previous file with comments | « services/ui/ws/test_utils.cc ('k') | services/ui/ws/window_manager_state_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698