Implement BrowserWindow::ShowInactive

This commit is contained in:
Cheng Zhao 2014-10-17 22:51:20 +08:00
parent cb9bdbf247
commit 141894aacd
7 changed files with 17 additions and 0 deletions

View file

@ -101,6 +101,7 @@ class NativeWindow : public brightray::DefaultWebContentsDelegate,
virtual void Focus(bool focus) = 0;
virtual bool IsFocused() = 0;
virtual void Show() = 0;
virtual void ShowInactive() = 0;
virtual void Hide() = 0;
virtual bool IsVisible() = 0;
virtual void Maximize() = 0;