Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(250)

Unified Diff: components/mus/mus_app.h

Issue 2058853002: Enable InputDeviceServer/InputDeviceClient in mash. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@mojo_device
Patch Set: Check for DDM existence. Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « components/mus/manifest.json ('k') | components/mus/mus_app.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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)
« no previous file with comments | « components/mus/manifest.json ('k') | components/mus/mus_app.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698