| Index: ui/views/widget/desktop_aura/desktop_root_window_host_x11.cc
|
| diff --git a/ui/views/widget/desktop_aura/desktop_root_window_host_x11.cc b/ui/views/widget/desktop_aura/desktop_root_window_host_x11.cc
|
| index 180614e955525046fbbfc4e2a0b5b810d681ca8a..93ebef6a5c75b5b69335983dc52c97c83ae34b98 100644
|
| --- a/ui/views/widget/desktop_aura/desktop_root_window_host_x11.cc
|
| +++ b/ui/views/widget/desktop_aura/desktop_root_window_host_x11.cc
|
| @@ -240,6 +240,8 @@ void DesktopRootWindowHostX11::OnRootWindowCreated(
|
| x11_window_move_client_.reset(new X11DesktopWindowMoveClient);
|
| aura::client::SetWindowMoveClient(root_window_,
|
| x11_window_move_client_.get());
|
| +
|
| + native_widget_delegate_->OnNativeWidgetCreated(true);
|
| }
|
|
|
| scoped_ptr<corewm::Tooltip> DesktopRootWindowHostX11::CreateTooltip() {
|
|
|