| Index: ui/views/widget/desktop_aura/desktop_root_window_host_win.cc
|
| diff --git a/ui/views/widget/desktop_aura/desktop_root_window_host_win.cc b/ui/views/widget/desktop_aura/desktop_root_window_host_win.cc
|
| index 903706cc2ef4d93784439c15be36350d1c8be00a..1f8574217798cb6b99ee713731ad3e12c683e4d9 100644
|
| --- a/ui/views/widget/desktop_aura/desktop_root_window_host_win.cc
|
| +++ b/ui/views/widget/desktop_aura/desktop_root_window_host_win.cc
|
| @@ -687,6 +687,8 @@ void DesktopRootWindowHostWin::HandleCreate() {
|
| // TODO(beng): moar
|
| NOTIMPLEMENTED();
|
|
|
| + native_widget_delegate_->OnNativeWidgetCreated(true);
|
| +
|
| // 1. Window property association
|
| // 2. MouseWheel.
|
| }
|
|
|