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

Unified Diff: ui/aura/test/mus/test_window_manager_client.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_manager_client.h ('k') | ui/aura/test/mus/test_window_tree.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_manager_client.cc
diff --git a/ui/aura/test/mus/test_window_manager_client.cc b/ui/aura/test/mus/test_window_manager_client.cc
index 02fec597879c2a1c6ec337913c905bf00847d183..713c3cc64ccd42087e887a08b7d50a65018e40b4 100644
--- a/ui/aura/test/mus/test_window_manager_client.cc
+++ b/ui/aura/test/mus/test_window_manager_client.cc
@@ -53,9 +53,9 @@ void TestWindowManagerClient::WmRequestClose(Id transport_window_id) {}
void TestWindowManagerClient::WmSetFrameDecorationValues(
ui::mojom::FrameDecorationValuesPtr values) {}
-void TestWindowManagerClient::WmSetNonClientCursor(
- uint32_t window_id,
- ui::mojom::CursorType cursor_id) {}
+void TestWindowManagerClient::WmSetNonClientCursor(uint32_t window_id,
+ ui::CursorData cursor_data) {
+}
void TestWindowManagerClient::OnWmCreatedTopLevelWindow(
uint32_t change_id,
« no previous file with comments | « ui/aura/test/mus/test_window_manager_client.h ('k') | ui/aura/test/mus/test_window_tree.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698