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

Unified Diff: ash/mus/window_manager.h

Issue 2235363003: Wires up WmShellMus::Add/RemovePointerWatcher (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@pointer_watcher_capture
Patch Set: cleanup Created 4 years, 4 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
Index: ash/mus/window_manager.h
diff --git a/ash/mus/window_manager.h b/ash/mus/window_manager.h
index 8c2c2430f1d068a99bcf26ac49710e98f19c7345..67ea7ca4d048a0f56241c4f3e56616ca6825be8d 100644
--- a/ash/mus/window_manager.h
+++ b/ash/mus/window_manager.h
@@ -27,6 +27,10 @@ namespace shell {
class Connector;
}
+namespace views {
+class PointerWatcherEventRouter;
+}
+
namespace ash {
namespace mus {
@@ -123,6 +127,9 @@ class WindowManager : public ui::WindowManagerDelegate,
ui::WindowManagerClient* window_manager_client_ = nullptr;
+ std::unique_ptr<views::PointerWatcherEventRouter>
+ pointer_watcher_event_router_;
+
std::unique_ptr<ShadowController> shadow_controller_;
std::set<std::unique_ptr<RootWindowController>> root_window_controllers_;

Powered by Google App Engine
This is Rietveld 408576698