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

@ -53,6 +53,7 @@ class NativeWindowMac : public NativeWindow {
virtual void FlashFrame(bool flash) OVERRIDE;
virtual void SetKiosk(bool kiosk) OVERRIDE;
virtual bool IsKiosk() OVERRIDE;
virtual bool HasModalDialog() OVERRIDE;
virtual gfx::NativeWindow GetNativeWindow() OVERRIDE;
void NotifyWindowBlur() { NativeWindow::NotifyWindowBlur(); }