| 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 dade587123f887dfd4d25bdfb9ac611438bea935..1119859ea53a5da2763a33ccc497cc94f31b4de4 100644
|
| --- a/ui/aura/mus/window_tree_client.h
|
| +++ b/ui/aura/mus/window_tree_client.h
|
| @@ -105,6 +105,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_; }
|
|
|