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

Unified Diff: ui/aura/test/mus/test_window_tree.cc

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 | « ui/aura/test/mus/test_window_tree.h ('k') | ui/base/cursor/cursor_data.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/aura/test/mus/test_window_tree.cc
diff --git a/ui/aura/test/mus/test_window_tree.cc b/ui/aura/test/mus/test_window_tree.cc
index 603d61ae3693d9fca56f8dff8bd05cf89f6f4842..fdf553f60a680c9e9e048b2add39c08d486acfd1 100644
--- a/ui/aura/test/mus/test_window_tree.cc
+++ b/ui/aura/test/mus/test_window_tree.cc
@@ -254,9 +254,9 @@ void TestWindowTree::SetEventTargetingPolicy(
uint32_t window_id,
ui::mojom::EventTargetingPolicy policy) {}
-void TestWindowTree::SetPredefinedCursor(uint32_t change_id,
- uint32_t window_id,
- ui::mojom::CursorType cursor_id) {
+void TestWindowTree::SetCursor(uint32_t change_id,
+ Id transport_window_id,
+ ui::CursorData cursor_data) {
OnChangeReceived(change_id);
}
« no previous file with comments | « ui/aura/test/mus/test_window_tree.h ('k') | ui/base/cursor/cursor_data.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698