| Index: components/mus/mus_app.h
|
| diff --git a/components/mus/mus_app.h b/components/mus/mus_app.h
|
| index 3a5285f91b37c6a2123567e9ecd5ef09abb54d7d..42e16620f56e8c05ff18c2497f028f55cc478701 100644
|
| --- a/components/mus/mus_app.h
|
| +++ b/components/mus/mus_app.h
|
| @@ -7,12 +7,14 @@
|
|
|
| #include <stdint.h>
|
|
|
| +#include <map>
|
| #include <memory>
|
| #include <string>
|
| #include <vector>
|
|
|
| #include "base/macros.h"
|
| #include "base/memory/weak_ptr.h"
|
| +#include "components/mus/input_devices/input_device_server.h"
|
| #include "components/mus/public/interfaces/clipboard.mojom.h"
|
| #include "components/mus/public/interfaces/display.mojom.h"
|
| #include "components/mus/public/interfaces/gpu.mojom.h"
|
| @@ -150,6 +152,9 @@ class MusApp
|
|
|
| UserIdToUserState user_id_to_user_state_;
|
|
|
| + // Provides input-device information via Mojo IPC.
|
| + InputDeviceServer input_device_server_;
|
| +
|
| bool test_config_;
|
| bool use_chrome_gpu_command_buffer_;
|
| #if defined(USE_OZONE)
|
|
|