| Index: components/exo/wayland/server.cc
|
| diff --git a/components/exo/wayland/server.cc b/components/exo/wayland/server.cc
|
| index ee3a25aa333b40c14033de982e02b5aa1aff6724..8eab2a2a531076b885e742250db89c4fa88514db 100644
|
| --- a/components/exo/wayland/server.cc
|
| +++ b/components/exo/wayland/server.cc
|
| @@ -2870,7 +2870,7 @@ void gaming_input_get_gamepad(wl_client* client,
|
| SetImplementation(
|
| gamepad_resource, &gamepad_implementation,
|
| base::WrapUnique(new Gamepad(new WaylandGamepadDelegate(gamepad_resource),
|
| - gaming_input_thread->task_runner().get())));
|
| + gaming_input_thread->task_runner())));
|
| }
|
|
|
| const struct zwp_gaming_input_v1_interface gaming_input_implementation = {
|
|
|