Fix typo, closes #2990
This commit is contained in:
parent
ec0a8a1321
commit
7de3aa3cc1
1 changed files with 1 additions and 1 deletions
|
@ -351,7 +351,7 @@ void NativeWindowViews::ShowInactive() {
|
|||
}
|
||||
|
||||
void NativeWindowViews::Hide() {
|
||||
web_contents()->WasHidden();
|
||||
window_->Hide();
|
||||
}
|
||||
|
||||
bool NativeWindowViews::IsVisible() {
|
||||
|
|
Loading…
Reference in a new issue