Merge tag 'v0.33.6'

This commit is contained in:
Cheng Zhao 2015-10-05 19:58:47 +08:00
commit 526cee7ec3
5 changed files with 8 additions and 8 deletions

View file

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