| Index: ui/views/widget/desktop_aura/desktop_root_window_host_linux.cc
|
| ===================================================================
|
| --- ui/views/widget/desktop_aura/desktop_root_window_host_linux.cc (revision 169793)
|
| +++ ui/views/widget/desktop_aura/desktop_root_window_host_linux.cc (working copy)
|
| @@ -214,8 +214,9 @@
|
| // messages to us.
|
| X11DesktopHandler::get();
|
|
|
| - focus_manager_.reset(new aura::FocusManager);
|
| - root_window_->set_focus_manager(focus_manager_.get());
|
| + focus_client_.reset(new aura::FocusManager);
|
| + aura::client::SetFocusClient(root_window_.GetRootWindow(),
|
| + focus_client_.get());
|
|
|
| activation_client_.reset(new DesktopActivationClient(root_window_));
|
|
|
|
|