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

Unified Diff: services/ui/ws/window_tree.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/window_tree.h ('k') | services/ui/ws/window_tree_client_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/ui/ws/window_tree.cc
diff --git a/services/ui/ws/window_tree.cc b/services/ui/ws/window_tree.cc
index 0ec3e9867ad0c0cdf6e8f7d4853652cad5923c5d..e0a8ce77ed77a9baeb26997234e3383b704a9c7a 100644
--- a/services/ui/ws/window_tree.cc
+++ b/services/ui/ws/window_tree.cc
@@ -788,7 +788,7 @@ void WindowTree::ProcessWindowOpacityChanged(const ServerWindow* window,
}
void WindowTree::ProcessCursorChanged(const ServerWindow* window,
- mojom::Cursor cursor_id,
+ mojom::CursorType cursor_id,
bool originated_change) {
if (originated_change)
return;
@@ -1653,7 +1653,7 @@ void WindowTree::SetEventTargetingPolicy(Id transport_window_id,
void WindowTree::SetPredefinedCursor(uint32_t change_id,
Id transport_window_id,
- ui::mojom::Cursor cursor_id) {
+ ui::mojom::CursorType cursor_id) {
ServerWindow* window =
GetWindowByClientId(ClientWindowId(transport_window_id));
@@ -2087,7 +2087,7 @@ void WindowTree::WmSetFrameDecorationValues(
}
void WindowTree::WmSetNonClientCursor(uint32_t window_id,
- mojom::Cursor cursor_id) {
+ mojom::CursorType cursor_id) {
DCHECK(window_manager_state_);
ServerWindow* window = GetWindowByClientId(ClientWindowId(window_id));
if (window) {
« no previous file with comments | « services/ui/ws/window_tree.h ('k') | services/ui/ws/window_tree_client_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698