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

Unified Diff: content/renderer/mus/renderer_window_tree_client.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 | « content/renderer/mus/renderer_window_tree_client.h ('k') | mash/simple_wm/move_event_handler.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/mus/renderer_window_tree_client.cc
diff --git a/content/renderer/mus/renderer_window_tree_client.cc b/content/renderer/mus/renderer_window_tree_client.cc
index e6b1e895e82447ea24df056eae3d75c5955a5d6f..7b19b1070e97e1e2683d6c6de6e16d621751f241 100644
--- a/content/renderer/mus/renderer_window_tree_client.cc
+++ b/content/renderer/mus/renderer_window_tree_client.cc
@@ -237,7 +237,7 @@ void RendererWindowTreeClient::OnWindowFocused(ui::Id focused_window_id) {}
void RendererWindowTreeClient::OnWindowPredefinedCursorChanged(
ui::Id window_id,
- ui::mojom::Cursor cursor) {}
+ ui::mojom::CursorType cursor) {}
void RendererWindowTreeClient::OnWindowSurfaceChanged(
ui::Id window_id,
« no previous file with comments | « content/renderer/mus/renderer_window_tree_client.h ('k') | mash/simple_wm/move_event_handler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698