Should send "closed" event when native window is closed.
This commit is contained in:
parent
8417f158b4
commit
1cb23a958c
5 changed files with 8 additions and 6 deletions
|
@ -438,7 +438,7 @@ bool NativeWindowWin::AcceleratorPressed(
|
|||
}
|
||||
|
||||
void NativeWindowWin::DeleteDelegate() {
|
||||
// Do nothing, window is managed by users.
|
||||
NotifyWindowClosed();
|
||||
}
|
||||
|
||||
views::View* NativeWindowWin::GetInitiallyFocusedView() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue