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

Unified Diff: components/mus/public/cpp/tests/test_window_tree.cc

Issue 1465803003: mus: Let clients set the cursor of their window. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Do it the other way + explicit checks that it is a mouse pointer. Created 5 years 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 | « components/mus/public/cpp/tests/test_window_tree.h ('k') | components/mus/public/cpp/window.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/mus/public/cpp/tests/test_window_tree.cc
diff --git a/components/mus/public/cpp/tests/test_window_tree.cc b/components/mus/public/cpp/tests/test_window_tree.cc
index 1eff07480b61de2bde5bee84a95c61bb1acd05f4..dbce5c67338aaeac881ee70ac9604dcaf1901dca 100644
--- a/components/mus/public/cpp/tests/test_window_tree.cc
+++ b/components/mus/public/cpp/tests/test_window_tree.cc
@@ -91,6 +91,10 @@ void TestWindowTree::SetFocus(uint32_t window_id) {}
void TestWindowTree::SetCanFocus(uint32_t window_id, bool can_focus) {}
+void TestWindowTree::SetPredefinedCursor(uint32_t change_id,
+ uint32_t window_id,
+ mus::mojom::Cursor cursor_id) {}
+
void TestWindowTree::SetWindowTextInputState(uint32_t window_id,
mojo::TextInputStatePtr state) {}
« no previous file with comments | « components/mus/public/cpp/tests/test_window_tree.h ('k') | components/mus/public/cpp/window.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698