| 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 b71391bc5bab8f5977235c55f7e570fe3f791b1c..75ff387eb6fb0b403970cd28a8d5a6c998592708 100644
|
| --- a/ui/aura/mus/window_tree_client.cc
|
| +++ b/ui/aura/mus/window_tree_client.cc
|
| @@ -234,6 +234,10 @@
|
| SetWindowTree(std::move(window_tree));
|
| }
|
|
|
| +client::CaptureClient* WindowTreeClient::GetCaptureClient() {
|
| + return delegate_->GetCaptureClient();
|
| +}
|
| +
|
| void WindowTreeClient::SetCanFocus(Window* window, bool can_focus) {
|
| DCHECK(tree_);
|
| DCHECK(window);
|
|
|