Add events to manage sheets of macOS BrowserWindow
This commit is contained in:
parent
3af50b92ca
commit
75184046f6
8 changed files with 101 additions and 0 deletions
|
@ -245,6 +245,11 @@ class NativeWindow : public base::SupportsUserData,
|
|||
void NotifyWindowMessage(UINT message, WPARAM w_param, LPARAM l_param);
|
||||
#endif
|
||||
|
||||
#if defined(OS_MACOSX)
|
||||
void NotifyWindowSheetBegin();
|
||||
void NotifyWindowSheetEnd();
|
||||
#endif
|
||||
|
||||
void AddObserver(NativeWindowObserver* obs) {
|
||||
observers_.AddObserver(obs);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue