| 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 5d45dcfd17220a8b68a79d3f9eed282949b2b9e4..98cb8f025f8826ff3b87ccf05a61f632dd31ddff 100644
|
| --- a/components/mus/public/cpp/tests/test_window_tree.cc
|
| +++ b/components/mus/public/cpp/tests/test_window_tree.cc
|
| @@ -152,4 +152,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
|
|
|