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

Unified Diff: ui/aura/mus/window_tree_client.h

Issue 2626013005: Change CaptureSynchronizer and PointerWatcherEventRouter to support multiple CaptureClients. (Closed)
Patch Set: fix leak in test Created 3 years, 11 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/aura/mus/capture_synchronizer.cc ('k') | ui/aura/mus/window_tree_client.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/aura/mus/window_tree_client.h
diff --git a/ui/aura/mus/window_tree_client.h b/ui/aura/mus/window_tree_client.h
index f218b5e7e437d49cc1ad966a2c7100e5cb2d946b..6144da49f7f2e76a73bf83ef634abc10ce190dee 100644
--- a/ui/aura/mus/window_tree_client.h
+++ b/ui/aura/mus/window_tree_client.h
@@ -108,6 +108,9 @@ class AURA_EXPORT WindowTreeClient
service_manager::Connector* connector() { return connector_; }
ui::Gpu* gpu() { return gpu_.get(); }
+ CaptureSynchronizer* capture_synchronizer() {
+ return capture_synchronizer_.get();
+ }
bool connected() const { return tree_ != nullptr; }
ClientSpecificId client_id() const { return client_id_; }
« no previous file with comments | « ui/aura/mus/capture_synchronizer.cc ('k') | ui/aura/mus/window_tree_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698