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
|
@ -57,8 +57,6 @@ class NativeWindowMac : public NativeWindow {
|
|||
virtual bool HasModalDialog() OVERRIDE;
|
||||
virtual gfx::NativeWindow GetNativeWindow() OVERRIDE;
|
||||
|
||||
void NotifyWindowBlur() { NativeWindow::NotifyWindowBlur(); }
|
||||
|
||||
// Returns true if |point| in local Cocoa coordinate system falls within
|
||||
// the draggable region.
|
||||
bool IsWithinDraggableRegion(NSPoint point) const;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue