Fix typo, closes #2990

This commit is contained in:
Cheng Zhao 2015-10-05 19:57:14 +08:00
parent ec0a8a1321
commit 7de3aa3cc1

View file

@ -351,7 +351,7 @@ void NativeWindowViews::ShowInactive() {
}
void NativeWindowViews::Hide() {
web_contents()->WasHidden();
window_->Hide();
}
bool NativeWindowViews::IsVisible() {