| 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 90a74132bd1c1fc9ca77888cb11e3d37569f1e4e..5f73fbb14441b998bd131fb23754262ebcd3d516 100644
|
| --- a/ui/aura/mus/window_tree_client.cc
|
| +++ b/ui/aura/mus/window_tree_client.cc
|
| @@ -467,7 +467,8 @@
|
| tree_ = window_tree;
|
|
|
| drag_drop_controller_ = base::MakeUnique<DragDropControllerMus>(this, tree_);
|
| - capture_synchronizer_ = base::MakeUnique<CaptureSynchronizer>(this, tree_);
|
| + capture_synchronizer_ =
|
| + base::MakeUnique<CaptureSynchronizer>(this, tree_, GetCaptureClient());
|
| focus_synchronizer_ = base::MakeUnique<FocusSynchronizer>(this, tree_);
|
| }
|
|
|
|
|