Implement BrowserWindow::ShowInactive
This commit is contained in:
parent
cb9bdbf247
commit
141894aacd
7 changed files with 17 additions and 0 deletions
|
@ -232,6 +232,10 @@ bool NativeWindowViews::IsFocused() {
|
|||
}
|
||||
|
||||
void NativeWindowViews::Show() {
|
||||
window_->Show();
|
||||
}
|
||||
|
||||
void NativeWindowViews::ShowInactive() {
|
||||
window_->ShowInactive();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue