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

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

Issue 2626013005: Change CaptureSynchronizer and PointerWatcherEventRouter to support multiple CaptureClients. (Closed)
Patch Set: comments; sequence; 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
Index: ui/aura/mus/window_tree_client.cc
diff --git a/ui/aura/mus/window_tree_client.cc b/ui/aura/mus/window_tree_client.cc
index 8a20c9982485fa89a6d1d876f623911b54e080e5..e54ede637e6c8227fb33f682b989ebf09b7d7ecf 100644
--- a/ui/aura/mus/window_tree_client.cc
+++ b/ui/aura/mus/window_tree_client.cc
@@ -467,8 +467,7 @@ void WindowTreeClient::WindowTreeConnectionEstablished(
tree_ = window_tree;
drag_drop_controller_ = base::MakeUnique<DragDropControllerMus>(this, tree_);
- capture_synchronizer_ =
- base::MakeUnique<CaptureSynchronizer>(this, tree_, GetCaptureClient());
+ capture_synchronizer_ = base::MakeUnique<CaptureSynchronizer>(this, tree_);
focus_synchronizer_ = base::MakeUnique<FocusSynchronizer>(this, tree_);
}

Powered by Google App Engine
This is Rietveld 408576698