| Index: components/mus/public/cpp/tests/test_window_tree.h
|
| diff --git a/components/mus/public/cpp/tests/test_window_tree.h b/components/mus/public/cpp/tests/test_window_tree.h
|
| index 6db82a425db5a9826006b7dd70f4ad4be6e5c1f1..9ab414309dce0d5ff3fca8b70dd8a43a10de1a1b 100644
|
| --- a/components/mus/public/cpp/tests/test_window_tree.h
|
| +++ b/components/mus/public/cpp/tests/test_window_tree.h
|
| @@ -67,6 +67,9 @@ class TestWindowTree : public mojom::WindowTree {
|
| const EmbedCallback& callback) override;
|
| void SetFocus(uint32_t window_id) override;
|
| void SetCanFocus(uint32_t window_id, bool can_focus) override;
|
| + void SetPredefinedCursor(uint32_t change_id,
|
| + uint32_t window_id,
|
| + mus::mojom::Cursor cursor_id) override;
|
| void SetWindowTextInputState(uint32_t window_id,
|
| mojo::TextInputStatePtr state) override;
|
| void SetImeVisibility(uint32_t window_id,
|
|
|