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

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

Issue 2248263003: Updates PointerEventRouter to handle switching move type (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: merge again 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
« no previous file with comments | « ui/views/mus/pointer_watcher_event_router_unittest.cc ('k') | no next file » | 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 0524fd994cf1cfaa7d11f7fd161525c9100a9750..6b2de1d70feb939e59d0e11438b32d1fb0908727 100644
--- a/ui/views/mus/window_manager_connection.h
+++ b/ui/views/mus/window_manager_connection.h
@@ -66,6 +66,7 @@ class VIEWS_MUS_EXPORT WindowManagerConnection
}
shell::Connector* connector() { return connector_; }
ui::GpuService* gpu_service() { return gpu_service_.get(); }
+ ui::WindowTreeClient* client() { return client_.get(); }
ui::Window* NewWindow(
const std::map<std::string, std::vector<uint8_t>>& properties);
« no previous file with comments | « ui/views/mus/pointer_watcher_event_router_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698