| 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 448732e696336d3f9676c8026271e272552b6146..a8b1f1368de07019ac84771ece0cb18361f9df82 100644
|
| --- a/ui/aura/mus/window_tree_client.h
|
| +++ b/ui/aura/mus/window_tree_client.h
|
| @@ -120,6 +120,7 @@ class AURA_EXPORT WindowTreeClient
|
| CaptureSynchronizer* capture_synchronizer() {
|
| return capture_synchronizer_.get();
|
| }
|
| + FocusSynchronizer* focus_synchronizer() { return focus_synchronizer_.get(); }
|
|
|
| bool connected() const { return tree_ != nullptr; }
|
| ClientSpecificId client_id() const { return client_id_; }
|
|
|