| 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 221466c5cdfc788bb0dae46c83db5a6164346026..94143d9c6dbc068dcd53d9e069b58475f06cfebf 100644
|
| --- a/ui/aura/mus/window_tree_client.h
|
| +++ b/ui/aura/mus/window_tree_client.h
|
| @@ -105,6 +105,9 @@ class AURA_EXPORT WindowTreeClient
|
|
|
| service_manager::Connector* connector() { return connector_; }
|
| ui::Gpu* gpu() { return gpu_.get(); }
|
| + CaptureSynchronizer* capture_synchronizer() {
|
| + return capture_synchronizer_.get();
|
| + }
|
|
|
| bool connected() const { return tree_ != nullptr; }
|
| ClientSpecificId client_id() const { return client_id_; }
|
|
|