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

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

Issue 2830703003: [views-mus] Support custom cursors. (Closed)
Patch Set: rebase to tot 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
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..c327cc822652e37eeb537de853db0d3990ca3b3c 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_id) {
OnChangeReceived(change_id);
}

Powered by Google App Engine
This is Rietveld 408576698