| 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 96e535197c77e82451f27d8cf696714705fdb925..d73b4c8cf260616b3deb997dabf49c0f305fdf12 100644
|
| --- a/components/mus/public/cpp/tests/test_window_tree.cc
|
| +++ b/components/mus/public/cpp/tests/test_window_tree.cc
|
| @@ -155,4 +155,9 @@ void TestWindowTree::OnWindowInputEventAck(uint32_t event_id,
|
| void TestWindowTree::GetWindowManagerClient(
|
| mojo::AssociatedInterfaceRequest<mojom::WindowManagerClient> internal) {}
|
|
|
| +void TestWindowTree::GetCursorLocationMemory(
|
| + const GetCursorLocationMemoryCallback& callback) {
|
| + callback.Run(mojo::ScopedSharedBufferHandle());
|
| +}
|
| +
|
| } // namespace mus
|
|
|