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

Unified Diff: ui/views/mus/mus_client.h

Issue 2521823002: Wires up PointerWatcherEventRouter for views aura-mus (Closed)
Patch Set: cleanup Created 4 years, 1 month 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: ui/views/mus/mus_client.h
diff --git a/ui/views/mus/mus_client.h b/ui/views/mus/mus_client.h
index 38087cd9e7815e036d03f56023832850e54a30e0..9c9dab9d77e204f63a74f515c164c6b52764ea4b 100644
--- a/ui/views/mus/mus_client.h
+++ b/ui/views/mus/mus_client.h
@@ -40,6 +40,7 @@ class WMState;
namespace views {
+class PointerWatcherEventRouter2;
class ScreenMus;
namespace internal {
@@ -76,6 +77,10 @@ class VIEWS_MUS_EXPORT MusClient
return window_tree_client_.get();
}
+ PointerWatcherEventRouter2* pointer_watcher_event_router() {
+ return pointer_watcher_event_router_.get();
+ }
+
// Creates DesktopNativeWidgetAura with DesktopWindowTreeHostMus. This is
// set as the factory function used for creating NativeWidgets when a
// NativeWidget has not been explicitly set.
@@ -124,6 +129,8 @@ class VIEWS_MUS_EXPORT MusClient
std::unique_ptr<ui::GpuService> gpu_service_;
+ std::unique_ptr<PointerWatcherEventRouter2> pointer_watcher_event_router_;
+
std::unique_ptr<aura::MusContextFactory> compositor_context_factory_;
DISALLOW_COPY_AND_ASSIGN(MusClient);
« ui/views/mus/BUILD.gn ('K') | « ui/views/mus/BUILD.gn ('k') | ui/views/mus/mus_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698