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

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

Issue 2830703003: [views-mus] Support custom cursors. (Closed)
Patch Set: fix cast_shell_linux 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') | 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 7ac9daf5321cb962093c66fc30643f99dfa2ba4a..cefe8797bd617a4299fa01f9a996dfa4f4a298a5 100644
--- a/content/renderer/mus/renderer_window_tree_client.h
+++ b/content/renderer/mus/renderer_window_tree_client.h
@@ -134,8 +134,7 @@ class RendererWindowTreeClient : public ui::mojom::WindowTreeClient {
uint32_t window_id,
int64_t display_id) override;
void OnWindowFocused(ui::Id focused_window_id) override;
- void OnWindowPredefinedCursorChanged(ui::Id window_id,
- ui::mojom::CursorType cursor) override;
+ void OnWindowCursorChanged(ui::Id window_id, ui::CursorData 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