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

Unified Diff: ui/views/mus/window_manager_connection.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 | « ui/views/mus/BUILD.gn ('k') | ui/views/mus/window_manager_connection.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/views/mus/window_manager_connection.h
diff --git a/ui/views/mus/window_manager_connection.h b/ui/views/mus/window_manager_connection.h
index 622016401ccd2dbb5a09f9244dfaa81c2df5eb09..8af483995bc59e654251fad27dcacf324440b9fa 100644
--- a/ui/views/mus/window_manager_connection.h
+++ b/ui/views/mus/window_manager_connection.h
@@ -7,7 +7,10 @@
#include <stdint.h>
+#include <map>
#include <memory>
+#include <string>
+#include <vector>
#include "base/macros.h"
#include "base/observer_list.h"
@@ -88,7 +91,6 @@ class VIEWS_MUS_EXPORT WindowManagerConnection
std::unique_ptr<mus::WindowTreeClient> client_;
// Must be empty on destruction.
base::ObserverList<PointerWatcher, true> pointer_watchers_;
- bool created_device_data_manager_;
DISALLOW_COPY_AND_ASSIGN(WindowManagerConnection);
};
« no previous file with comments | « ui/views/mus/BUILD.gn ('k') | ui/views/mus/window_manager_connection.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698