mac: Add API to return whether the window has attached sheet.
This commit is contained in:
parent
7d5826df85
commit
d6d1604623
4 changed files with 7 additions and 0 deletions
|
@ -99,6 +99,7 @@ class NativeWindow : public brightray::DefaultWebContentsDelegate,
|
|||
virtual void FlashFrame(bool flash) = 0;
|
||||
virtual void SetKiosk(bool kiosk) = 0;
|
||||
virtual bool IsKiosk() = 0;
|
||||
virtual bool HasModalDialog() = 0;
|
||||
virtual gfx::NativeWindow GetNativeWindow() = 0;
|
||||
|
||||
virtual bool IsClosed() const { return is_closed_; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue