mac: Add API to return whether the window has attached sheet.

This commit is contained in:
Cheng Zhao 2013-12-04 16:32:32 +08:00
parent 7d5826df85
commit d6d1604623
4 changed files with 7 additions and 0 deletions

View file

@ -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_; }