| 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_);
|
| }
|
|
|
|
|