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

Unified Diff: content/renderer/mus/renderer_window_tree_client.h

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 | « ash/mus/move_event_handler.cc ('k') | content/renderer/mus/renderer_window_tree_client.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.h
diff --git a/content/renderer/mus/renderer_window_tree_client.h b/content/renderer/mus/renderer_window_tree_client.h
index d3b2672286f3da81318435afd817393d8ad47d72..ce00c418de4580b8e321a9741c93592a2200290c 100644
--- a/content/renderer/mus/renderer_window_tree_client.h
+++ b/content/renderer/mus/renderer_window_tree_client.h
@@ -131,7 +131,7 @@ class RendererWindowTreeClient : public ui::mojom::WindowTreeClient {
int64_t display_id) override;
void OnWindowFocused(ui::Id focused_window_id) override;
void OnWindowPredefinedCursorChanged(ui::Id window_id,
- ui::mojom::Cursor cursor) override;
+ ui::mojom::CursorType cursor) override;
void OnWindowSurfaceChanged(ui::Id window_id,
const cc::SurfaceInfo& surface_info) override;
void OnDragDropStart(
« no previous file with comments | « ash/mus/move_event_handler.cc ('k') | content/renderer/mus/renderer_window_tree_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698